Searched refs:wxSTOCK_MENU (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstockitem.h58 wxSTOCK_MENU // help string to use for menu items enumerator in enum:wxStockHelpStringClient
63 wxStockHelpStringClient client = wxSTOCK_MENU);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstockitem.cpp202 STOCKITEM(wxID_ABOUT, wxSTOCK_MENU, _("Show about dialog"))
203 STOCKITEM(wxID_COPY, wxSTOCK_MENU, _("Copy selection"))
204 STOCKITEM(wxID_CUT, wxSTOCK_MENU, _("Cut selection"))
205 STOCKITEM(wxID_DELETE, wxSTOCK_MENU, _("Delete selection"))
206 STOCKITEM(wxID_REPLACE, wxSTOCK_MENU, _("Replace selection"))
207 STOCKITEM(wxID_PASTE, wxSTOCK_MENU, _("Paste selection"))
208 STOCKITEM(wxID_EXIT, wxSTOCK_MENU, _("Quit this program"))
209 STOCKITEM(wxID_REDO, wxSTOCK_MENU, _("Redo last action"))
210 STOCKITEM(wxID_UNDO, wxSTOCK_MENU, _("Undo last action"))
211 STOCKITEM(wxID_CLOSE, wxSTOCK_MENU,
[all...]

Completed in 101 milliseconds