Home
last modified time | relevance | path

Searched refs:ID_REMOVE (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DHomeButton.java34 public static final int ID_REMOVE = 0; field in HomeButton
78 menu.add(Menu.NONE, ID_REMOVE, Menu.NONE, R.string.remove) in onCreateContextMenu()
91 assert item.getItemId() == ID_REMOVE; in onMenuItemClick()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/examples/
H A Dtree_view_example.cc123 return command_id != ID_REMOVE || in IsCommandIdEnabled()
164 context_menu_model_->AddItem(ID_REMOVE, ASCIIToUTF16("Remove")); in ShowContextMenuForViewImpl()
188 case ID_REMOVE: in ExecuteCommand()
H A Dtree_view_example.h45 enum MenuIDs { ID_EDIT, ID_REMOVE, ID_ADD }; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/examples/
H A Dtree_view_example.cc163 return command_id != ID_REMOVE || in IsCommandIdEnabled()
190 ID_REMOVE, GetStringUTF16(IDS_TREE_VIEW_REMOVE_BUTTON_LABEL)); in ShowContextMenuForViewImpl()
215 case ID_REMOVE: in ExecuteCommand()
H A Dtree_view_example.h43 enum MenuIDs { ID_EDIT, ID_REMOVE, ID_ADD }; enumerator
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMFilterSource.cpp130 FXMAPFUNC(SEL_COMMAND,GMFilterSource::ID_REMOVE,GMFilterSource::onCmdRemove),
208 …nd(pane,fxtr("Remove Filter"),GMIconTheme::instance()->icon_delete,this,GMFilterSource::ID_REMOVE); in source_context_menu()
H A DGMFilterSource.h48 ID_REMOVE, // Remove Filter enumerator
H A DGMPlayListSource.h36 ID_REMOVE, enumerator
H A DGMPlayListSource.cpp62 FXMAPFUNC(SEL_COMMAND,GMPlayListSource::ID_REMOVE,GMPlayListSource::onCmdRemove),
185 …ane,fxtr("Remove Playlist"),GMIconTheme::instance()->icon_delete,this,GMPlayListSource::ID_REMOVE); in source_context_menu()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DAbstractWorkingSetDialog.java59 private static final int ID_REMOVE = ID_DETAILS + 1; field in AbstractWorkingSetDialog
60 private static final int ID_SELECTALL = ID_REMOVE + 1;
127 removeButton = createButton(buttonComposite, ID_REMOVE, in addModifyButtons()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXDirSelector.cpp116 FXMAPFUNC(SEL_UPDATE,FXDirSelector::ID_REMOVE,FXDirSelector::onUpdSelected),
117 FXMAPFUNC(SEL_COMMAND,FXDirSelector::ID_REMOVE,FXDirSelector::onCmdRemove),
163 table->addAccel(MKUINT(KEY_Delete,0),this,FXSEL(SEL_COMMAND,FXDirSelector::ID_REMOVE)); in FXIMPLEMENT()
450 new FXMenuCommand(&filemenu,tr("Delete..."),deleteicon,this,ID_REMOVE); in onPopupMenu()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXDirSelector.cpp116 FXMAPFUNC(SEL_UPDATE,FXDirSelector::ID_REMOVE,FXDirSelector::onUpdSelected),
117 FXMAPFUNC(SEL_COMMAND,FXDirSelector::ID_REMOVE,FXDirSelector::onCmdRemove),
163 table->addAccel(MKUINT(KEY_Delete,0),this,FXSEL(SEL_COMMAND,FXDirSelector::ID_REMOVE)); in FXIMPLEMENT()
450 new FXMenuCommand(&filemenu,tr("Delete..."),deleteicon,this,ID_REMOVE); in onPopupMenu()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/win32/
H A Ddialogs.h76 #define ID_REMOVE 44 macro
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/win32/
H A Ddialogs.h76 #define ID_REMOVE 44 macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DStockButtons.py48 wx.ID_REMOVE,
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_demo2.h24 #define ID_REMOVE 107 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_demo2.h24 #define ID_REMOVE 107 macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_demo2.h24 #define ID_REMOVE 107 macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_demo2.h24 #define ID_REMOVE 107 macro
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXDirSelector.h98 ID_REMOVE, enumerator
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXDirSelector.h98 ID_REMOVE, enumerator
/dports/games/openjk/OpenJK-07675e2/codemp/icarus/
H A Dinterpreter.h71 ID_REMOVE, enumerator
/dports/games/openjk/OpenJK-07675e2/codeJK2/icarus/
H A Dinterpreter.h71 ID_REMOVE, enumerator
/dports/games/openjk/OpenJK-07675e2/code/icarus/
H A DIcarusImplementation.h194 ID_REMOVE, enumerator
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DLabelDialog.cpp76 ID_REMOVE, enumerator
86 EVT_BUTTON(ID_REMOVE, LabelDialog::OnRemove) in BEGIN_EVENT_TABLE()
272 S.Id(ID_REMOVE).AddButton(XXO("De&lete"), wxALIGN_LEFT); in PopulateOrExchange()

123