Home
last modified time | relevance | path

Searched refs:model_add_as_icon (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/gui/
H A Dsession.h82 void model_add_as_icon (GtkAction *action, gpointer p);
H A Dgui_utils.c221 … { "SaveAsIcon", NULL, N_("Save to session as _icon"), NULL, NULL, G_CALLBACK(model_add_as_icon) },
222 …{ "SaveAndClose", NULL, N_("Save as icon and cl_ose"), NULL, NULL, G_CALLBACK(model_add_as_icon) },
353 … { "SaveAsIcon", NULL, N_("Save to session as _icon"), NULL, NULL, G_CALLBACK(model_add_as_icon) },
354 …{ "SaveAndClose", NULL, N_("Save as icon and cl_ose"), NULL, NULL, G_CALLBACK(model_add_as_icon) },
825 model_add_as_icon(NULL, vwin); in catch_viewer_key()
H A Dsession.c1201 void model_add_as_icon (GtkAction *action, gpointer p) in model_add_as_icon() function