Home
last modified time | relevance | path

Searched refs:menu_save_as (Results 1 – 10 of 10) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/af/ev/win/bmp/
H A DMakefile.am24 menu_save_as.bmp \
H A DMakefile.in653 menu_save_as.bmp \
/dports/lang/python-legacy/Python-2.7.18/Mac/Demo/mlte/
H A Dmlted.py83 self.menu_save_as()
93 def menu_save_as(self): member in MlteWindow
303 self.active.menu_save_as()
/dports/lang/python-legacy/Python-2.7.18/Mac/Demo/textedit/
H A Dped.py122 self.menu_save_as()
133 def menu_save_as(self): member in TEWindow
301 self.active.menu_save_as()
/dports/lang/python27/Python-2.7.18/Mac/Demo/mlte/
H A Dmlted.py83 self.menu_save_as()
93 def menu_save_as(self): member in MlteWindow
303 self.active.menu_save_as()
/dports/lang/python27/Python-2.7.18/Mac/Demo/textedit/
H A Dped.py122 self.menu_save_as()
133 def menu_save_as(self): member in TEWindow
301 self.active.menu_save_as()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/ToolbarIcons/
H A DMakefile.am47 menu_save_as.png\
216 menu_save_as.xpm \
H A DMakefile.in516 @TOOLKIT_COCOA_TRUE@menu_save_as.png\
678 menu_save_as.xpm \
/dports/www/cssed/cssed-0.4.0/src/
H A Dinterface.c84 GtkWidget *menu_save_as; in create_window() local
493 menu_save_as = in create_window()
495 gtk_widget_show (menu_save_as); in create_window()
496 gtk_container_add (GTK_CONTAINER (menuitem_file_menu), menu_save_as); in create_window()
1980 g_signal_connect ((gpointer) menu_save_as, "activate", in create_window()
2405 GLADE_HOOKUP_OBJECT (window, menu_save_as, "menu_save_as"); in create_window()
/dports/audio/wavbreaker/wavbreaker-0.13/src/
H A Dwavbreaker.c213 menu_save_as(GSimpleAction *action, GVariant *parameter, gpointer user_data);
2248 static void menu_save_as(GSimpleAction *action, GVariant *parameter, gpointer user_data) in menu_save_as() function
2665 { "save_to_folder", menu_save_as, NULL, NULL, NULL, }, in do_activate()