Function declarations for the creation of the OpenGL window.
More...
Go to the source code of this file.
|
| void | set_this_style (glwin *view, int style) |
| | set general style for atom(s) and bond(s)
|
| void | update_menus (glwin *view) |
| void | prep_model (int p) |
| | prepare, or display, the OpenGL model window
|
| void | append_opengl_item (glwin *view, GMenu *menu, const gchar *name, gchar *key, int mpop, int item_id, gchar *accel, int image_format, gpointer icon, gboolean custom, GCallback handler, gpointer data, gboolean check, gboolean status, gboolean radio, gboolean sensitive) |
| G_MODULE_EXPORT void | to_reset_view (GtkWidget *widg, gpointer data) |
| | reset view callback - GTK3
|
Function declarations for the creation of the OpenGL window.
- Author
- Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r
Definition in file glwindow.h.
◆ append_opengl_item()
| void append_opengl_item |
( |
glwin * | view, |
|
|
GMenu * | menu, |
|
|
const gchar * | name, |
|
|
gchar * | key, |
|
|
int | mpop, |
|
|
int | item_id, |
|
|
gchar * | accel, |
|
|
int | image_format, |
|
|
gpointer | icon, |
|
|
gboolean | custom, |
|
|
GCallback | handler, |
|
|
gpointer | data, |
|
|
gboolean | check, |
|
|
gboolean | status, |
|
|
gboolean | radio, |
|
|
gboolean | sensitive ) |
|
extern |
◆ prep_model()
prepare, or display, the OpenGL model window
- Parameters
-
Definition at line 1498 of file glwindow.c.
◆ set_this_style()
| void set_this_style |
( |
glwin * | view, |
|
|
int | style ) |
|
extern |
set general style for atom(s) and bond(s)
- Parameters
-
| view | the target glwin |
| style | the general style to apply |
Definition at line 293 of file m_style.c.
◆ to_reset_view()
| G_MODULE_EXPORT void to_reset_view |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
|
extern |
reset view callback - GTK3
- Parameters
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 275 of file m_rep.c.
◆ update_menus()
| void update_menus |
( |
glwin * | view | ) |
|
|
extern |