|
| G_MODULE_EXPORT void | window_measures (GtkWidget *widg, gpointer data) |
| | create the measurements window
|
| G_MODULE_EXPORT void | window_volumes (GtkWidget *widg, gpointer data) |
| | create the 'Volumes' window callback
|
| G_MODULE_EXPORT void | create_field (GtkWidget *widg, gpointer data) |
| | start an input creation assistant
|
| gboolean | spin (gpointer data) |
| | spin
|
| void | check_hidden_visible (project *this_proj) |
| | check how many atom(s) are visible
|
| void | set_motion_sensitive (glwin *view, int status) |
| | change motion parameters following a change in the mouse mode
|
| G_MODULE_EXPORT void | set_selection_mode (GtkWidget *widg, gpointer data) |
| | set selection mode callback
|
| G_MODULE_EXPORT void | set_mode (GtkWidget *widg, gpointer data) |
| | set mouse mode callback
|
| void | invert_visible (project *this_proj) |
| | invert visible atom(s)
|
| G_MODULE_EXPORT void | invert_this (GtkWidget *widg, gpointer data) |
| | invert selection or visible callback
|
| G_MODULE_EXPORT void | to_window_measures (GSimpleAction *action, GVariant *parameter, gpointer data) |
| | open the measurement window callback GTK4
|
| GMenu * | measure_section (glwin *view, int popm) |
| | create the 'Tools -> Measures' menu item GTK4
|
| G_MODULE_EXPORT void | to_window_volumes (GSimpleAction *action, GVariant *parameter, gpointer data) |
| | open the volumes window callback GTK4
|
| GMenu * | volume_section (glwin *view, int popm) |
| | create the 'Tools -> Volumes' menu item GTK4
|
| GMenu * | edit_section (glwin *view, int popm) |
| | create the 'Tools -> Edit' submenu GTK4
|
| G_MODULE_EXPORT void | change_mouse_mode_radio (GSimpleAction *action, GVariant *parameter, gpointer data) |
| | change mouse radio menu item callback GTK4
|
| GMenu * | mouse_mode_menu (glwin *view, int popm) |
| | create the 'Tools -> Mouse Mode' submenu GTK4
|
| G_MODULE_EXPORT void | change_sel_mode_radio (GSimpleAction *action, GVariant *parameter, gpointer data) |
| | change selection mode callback GTK4
|
| GMenu * | selection_mode_menu (glwin *view, int popm) |
| | create the 'Tools -> Selection Mode' submenu GTK4
|
| GMenu * | modes_section (glwin *view, int popm) |
| | create the 'Tools -> * Modes' submenus GTK4
|
| G_MODULE_EXPORT void | to_create_field (GSimpleAction *action, GVariant *parameter, gpointer data) |
| | run MD input assistant callback GTK4
|
| GMenu * | md_menu (glwin *view, int popm) |
| | create the 'Molecular Dynamics' submenu GTK4
|
| G_MODULE_EXPORT void | to_invert_this (GSimpleAction *action, GVariant *parameter, gpointer data) |
| | invert this callback GTK4
|
| GMenu * | inv_menu (glwin *view, int popm) |
| | create the 'Tools -> Invert' submenu GTK4
|
| GMenu * | add_section_item_with_menu (glwin *view, gchar *item_name, GMenu *men) |
| | append a new menu item with a new submenu
|
| GMenu * | menu_tools (glwin *view, int popm) |
| | create the 'Tools' submenu - GTK4
|