|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to create the 'View -> Projection' submenu. More...
Include dependency graph for m_proj.c:Go to the source code of this file.
Enumerations | |
| enum | position { RIGHT = 0 , LEFT = 1 , TOP = 2 , BOTTOM = 3 , FRONT = 4 , BACK = 5 } |
Functions | |
| void | camera_has_changed (gdouble value, gpointer data) |
| update camera data | |
| G_MODULE_EXPORT void | set_camera_pos (GtkWidget *widg, gpointer data) |
| set camera position callback | |
| G_MODULE_EXPORT void | to_set_camera_pos (GSimpleAction *action, GVariant *parameter, gpointer data) |
| set camera position callback GTK4 | |
| GMenu * | menu_proj (glwin *view, int popm) |
| create the 'View -> Projection' submenu - GTK4 | |
Functions to create the 'View -> Projection' submenu.
Definition in file m_proj.c.
| enum position |
|
extern |
| GMenu * menu_proj | ( | glwin * | view, |
| int | popm ) |
| G_MODULE_EXPORT void set_camera_pos | ( | GtkWidget * | widg, |
| gpointer | data ) |
| G_MODULE_EXPORT void to_set_camera_pos | ( | GSimpleAction * | action, |
| GVariant * | parameter, | ||
| gpointer | data ) |