Home
last modified time | relevance | path

Searched refs:file_save_as (Results 1 – 25 of 111) sorted by relevance

12345

/dports/math/ump/ump-0.8.6/src/
H A Dump_editor.cpp36 void file_save_as(void);
235 file_save_as(); in file_save()
240 file_save_as(); in file_save()
304 void file_save_as(void) in file_save_as() function
477 … GTK_STOCK_SAVE_AS, menu_file_save_as, "<shift><ctrl>S", NULL, G_CALLBACK(file_save_as) }, in editorwin_build_menu()
/dports/print/photoprint/photoprint-0.4.2-pre2/
H A Dpp_menu_file.cpp60 static void file_save_as(GtkAction *action,gpointer *ob) in file_save_as() function
139 …, NULL, N_("Save _As..."), NULL, N_("Save preset with a new filename"), G_CALLBACK(file_save_as) },
/dports/games/openclonk/openclonk-release-8.1-src/src/mape/
H A Dheader.h33 GtkAction* file_save_as; member
H A Dheader.c241 header->file_save_as = gtk_action_group_get_action( in mape_header_new()
/dports/math/rkward-kde/rkward-0.7.1/rkward/windows/
H A Drkcommandeditorwindow.h179 QAction* fileSaveAsAction () { return file_save_as; }; in fileSaveAsAction()
226 QAction *file_save, *file_save_as; variable
H A Drkcommandeditorwindow.cpp361 file_save_as = findAction (m_view, "file_save_as"); in initializeActions()
362 if (file_save_as) file_save_as->setText (i18n ("Save Script As...")); in initializeActions()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-commands-file.c517 static void file_save_as (PlumaTab *tab, PlumaWindow *window);
703 file_save_as (tab, window); in save_dialog_response_cb()
740 file_save_as (PlumaTab *tab, in file_save_as() function
863 file_save_as (tab, window); in file_save()
906 file_save_as (tab, window); in _pluma_cmd_file_save_as()
1028 file_save_as (tab, window); in _pluma_cmd_file_save_documents_list()
1386 file_save_as (tab, window); in save_as_and_close()
/dports/x11-toolkits/itk/itk3.3/demos/
H A Ditkedit87 proc file_save_as {} {
195 -accelerator " ^S" -underline 0 -command file_save_as
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCFOXIcons.cpp5066 file_save_as(new FXGIFIcon(app,file_save_as_icon)), in CFOXIcons()
5160 delete file_save_as; in ~CFOXIcons()
5253 if(strcmp(name,"file_save_as")==0) return file_save_as; in getByName()
H A DCFOXIcons.h49 FXIcon *file_save_as; variable
/dports/science/py-dlib/dlib-19.22/tools/imglab/src/
H A Dmetadata_editor.h73 void file_save_as();
H A Dmetadata_editor.cpp71 mbar.menu(0).add_menu_item(menu_item_text("Save As",*this,&metadata_editor::file_save_as,'A')); in metadata_editor()
143 file_save_as() in file_save_as() function in metadata_editor
/dports/science/dlib-cpp/dlib-19.22/tools/imglab/src/
H A Dmetadata_editor.h73 void file_save_as();
H A Dmetadata_editor.cpp71 mbar.menu(0).add_menu_item(menu_item_text("Save As",*this,&metadata_editor::file_save_as,'A')); in metadata_editor()
143 file_save_as() in file_save_as() function in metadata_editor
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dluacmds.cpp179 static int file_save_as(lua_State* L) in file_save_as() function
538 {"file_save_as", file_save_as},
/dports/multimedia/kdenlive/kdenlive-21.12.3/data/shortcuts/
H A DPremiere (by Vignesh)4 <Action name="file_save_as" shortcut="Ctrl+Shift+S"/>
H A DPremiere4 <Action name="file_save_as" shortcut="Ctrl+Shift+S"/>
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dmainwindow.py1048 ac.file_save_as.triggered.connect(self.saveCurrentDocumentAs)
1181 self.file_save_as = QAction(parent)
1238 self.file_save_as.setIcon(icons.get('document-save-as'))
1276 self.file_save_as.setShortcuts(QKeySequence.SaveAs)
1334 self.file_save_as.setText(_("Save &As..."))
/dports/security/gpa/gpa-0.10.0/src/
H A Dclipboard.c537 file_save_as (GtkAction *action, gpointer param) in file_save_as() function
770 N_("Save to a file"), G_CALLBACK (file_save_as) }, in clipboard_action_new()
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/pyqt_ui/
H A Dmain_wdgt.py215 def file_save_as(self): member in MainWdgt
/dports/graphics/krita/krita-4.4.8/krita/data/shortcuts/
H A Dkrita_default.shortcuts69 file_save_as=Ctrl+Shift+S
H A Dpaint_tool_sai_compatible.shortcuts87 file_save_as=Ctrl+Shift+S
H A Dphotoshop_compatible.shortcuts87 file_save_as=Ctrl+Shift+S
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dg_keys.c72 DEFINE_G_KEYS(file_save_as)
/dports/editors/tea/tea-qt-60.5.1/
H A Dtea.h650 bool file_save_as();

12345