Home
last modified time | relevance | path

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

/dports/science/ghemical/ghemical-3.0.0/src/
H A Dgtk_app.h285 static void mainmenu_FileClose(gpointer, guint, GtkWidget *);
H A Dgtk_oglview_wnd.cpp49 …GTK_STOCK_QUIT, N_("Close"), NULL, N_("Close the file"), (GCallback) gtk_app::mainmenu_FileClose },
H A Dgtk_app.cpp98 …, N_("Close"), NULL, N_("Quit the program."), (GCallback) gtk_app::mainmenu_FileClose }, //<contro…
2064 void gtk_app::mainmenu_FileClose(gpointer, guint, GtkWidget *) in mainmenu_FileClose() function in gtk_app