Home
last modified time | relevance | path

Searched refs:edit_redo (Results 1 – 25 of 127) sorted by relevance

123456

/dports/games/openclonk/openclonk-release-8.1-src/src/mape/
H A Dheader.h38 GtkAction* edit_redo; member
H A Dheader.c256 header->edit_redo = gtk_action_group_get_action( in mape_header_new()
H A Dwindow.c404 wnd->header->edit_redo, in mape_window_cb_edit_can_redo()
779 G_OBJECT(wnd->header->edit_redo), in mape_window_new()
822 gtk_action_set_sensitive(wnd->header->edit_redo, FALSE); in mape_window_new()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/tutorials/notepad/
H A Dnotepad.qrc16 <file>images/edit_redo.png</file>
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCFOXIcons.cpp5056 edit_redo(new FXGIFIcon(app,edit_redo_icon)), in CFOXIcons()
5150 delete edit_redo; in ~CFOXIcons()
5243 if(strcmp(name,"edit_redo")==0) return edit_redo; in getByName()
H A DCFOXIcons.h39 FXIcon *edit_redo; variable
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dluacmds.cpp100 static int edit_redo(lua_State* L) in edit_redo() function
550 {"edit_redo", edit_redo},
/dports/deskutils/kalendar/kalendar-0.4.0/src/contents/ui/
H A DEditMenu.qml20 kalendarAction: 'edit_redo'
H A DWindowMenu.qml50 kalendarAction: "edit_redo"
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Darttango.cpp188 { wxART_REDO, BITMAP_DATA(edit_redo) }, in CreateBitmap()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Darttango.cpp190 { wxART_REDO, BITMAP_DATA(edit_redo) }, in CreateBitmap()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Darttango.cpp190 { wxART_REDO, BITMAP_DATA(edit_redo) }, in CreateBitmap()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/touchdocker/qml/
H A Dtouchstrip.qml60 mainWindow.slotButtonPressed("edit_redo")
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dmainwindow.py270 ac.edit_redo.setEnabled(doc.isRedoAvailable())
1064 ac.edit_redo.triggered.connect(self.redo)
1141 t.addAction(ac.edit_redo)
1199 self.edit_redo = QAction(parent)
1249 self.edit_redo.setIcon(icons.get('edit-redo'))
1281 self.edit_redo.setShortcuts(QKeySequence.Redo)
1364 self.edit_redo.setText(_("Re&do"))
/dports/devel/kdevelop/kdevelop-21.12.3/shortcuts/
H A DQtCreator8 <Action shortcut="Ctrl+Shift+Z" name="edit_redo"/>
/dports/multimedia/kdenlive/kdenlive-21.12.3/data/shortcuts/
H A DPremiere (by Vignesh)70 <Action name="edit_redo" shortcut="Ctrl+Shift+Z"/>
H A DPremiere72 <Action name="edit_redo" shortcut="Ctrl+Shift+Z"/>
/dports/cad/leocad/leocad-21.06/
H A Dleocad.qrc72 <file>resources/edit_redo.png</file>
/dports/net-im/uTox/uTox/src/ui/
H A Dedit.c398 static uint16_t edit_redo(EDIT *edit) { in edit_redo() function
695 uint16_t p = edit_redo(edit); in edit_char()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A DMakefile.am183 ToolbarIcons/edit_redo.bmp \
/dports/graphics/krita/krita-4.4.8/krita/data/shortcuts/
H A Dkrita_default.shortcuts52 edit_redo=Ctrl+Shift+Z
H A Dpaint_tool_sai_compatible.shortcuts69 edit_redo=Ctrl+Y
H A Dphotoshop_compatible.shortcuts69 edit_redo=Ctrl+Shift+Z
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dg_keys.c85 DEFINE_G_KEYS(edit_redo)
/dports/multimedia/aegisub/aegisub-3.2.2/src/command/
H A Dedit.cpp1140 struct edit_redo final : public Command { struct
1283 reg(agi::make_unique<edit_redo>()); in init_edit()

123456