atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to create the 'Model -> Clone(s)' submenu. More...
Go to the source code of this file.
Functions | |
G_MODULE_EXPORT void | show_hide_clones (GSimpleAction *action, GVariant *parameter, gpointer data) |
show/hide clones menu item callback | |
GMenu * | menu_clones (glwin *view, int popm) |
create the 'Clone(s)' submenu GTK4 | |
Functions to create the 'Model -> Clone(s)' submenu.
Definition in file m_clones.c.
GMenu * menu_clones | ( | glwin * | view, |
int | popm ) |
create the 'Clone(s)' submenu GTK4
view | the target glwin |
popm | main app (0) or popup (1) |
Definition at line 180 of file m_clones.c.
G_MODULE_EXPORT void show_hide_clones | ( | GSimpleAction * | action, |
GVariant * | parameter, | ||
gpointer | data ) |
show/hide clones menu item callback
action | the GAction sending the signal |
parameter | GVariant parameter of the GAction, if any |
data | the associated data pointer |
Definition at line 139 of file m_clones.c.