• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching defs:STOCKITEM

103     #define STOCKITEM(stockid, label) \
110 STOCKITEM(wxID_ABOUT, _("&About"))
111 STOCKITEM(wxID_ADD, _("Add"))
112 STOCKITEM(wxID_APPLY, _("&Apply"))
113 STOCKITEM(wxID_BOLD, _("&Bold"))
114 STOCKITEM(wxID_CANCEL, _("&Cancel"))
115 STOCKITEM(wxID_CLEAR, _("&Clear"))
116 STOCKITEM(wxID_CLOSE, _("&Close"))
117 STOCKITEM(wxID_COPY, _("&Copy"))
118 STOCKITEM(wxID_CUT, _("Cu&t"))
119 STOCKITEM(wxID_DELETE, _("&Delete"))
120 STOCKITEM(wxID_EDIT, _("&Edit"))
121 STOCKITEM(wxID_FIND, _("&Find"))
122 STOCKITEM(wxID_FILE, _("&File"))
123 STOCKITEM(wxID_REPLACE, _("Rep&lace"))
124 STOCKITEM(wxID_BACKWARD, _("&Back"))
125 STOCKITEM(wxID_DOWN, _("&Down"))
126 STOCKITEM(wxID_FORWARD, _("&Forward"))
127 STOCKITEM(wxID_UP, _("&Up"))
128 STOCKITEM(wxID_HELP, _("&Help"))
129 STOCKITEM(wxID_HOME, _("&Home"))
130 STOCKITEM(wxID_INDENT, _("Indent"))
131 STOCKITEM(wxID_INDEX, _("&Index"))
132 STOCKITEM(wxID_ITALIC, _("&Italic"))
133 STOCKITEM(wxID_JUSTIFY_CENTER, _("Centered"))
134 STOCKITEM(wxID_JUSTIFY_FILL, _("Justified"))
135 STOCKITEM(wxID_JUSTIFY_LEFT, _("Align Left"))
136 STOCKITEM(wxID_JUSTIFY_RIGHT, _("Align Right"))
137 STOCKITEM(wxID_NEW, _("&New"))
138 STOCKITEM(wxID_NO, _("&No"))
139 STOCKITEM(wxID_OK, _("&OK"))
140 STOCKITEM(wxID_OPEN, _("&Open"))
141 STOCKITEM(wxID_PASTE, _("&Paste"))
142 STOCKITEM(wxID_PREFERENCES, _("&Preferences"))
143 STOCKITEM(wxID_PRINT, _("&Print"))
144 STOCKITEM(wxID_PREVIEW, _("Print previe&w"))
145 STOCKITEM(wxID_PROPERTIES, _("&Properties"))
146 STOCKITEM(wxID_EXIT, _("&Quit"))
147 STOCKITEM(wxID_REDO, _("&Redo"))
148 STOCKITEM(wxID_REFRESH, _("Refresh"))
149 STOCKITEM(wxID_REMOVE, _("Remove"))
150 STOCKITEM(wxID_REVERT_TO_SAVED, _("Revert to Saved"))
151 STOCKITEM(wxID_SAVE, _("&Save"))
152 STOCKITEM(wxID_SAVEAS, _("Save &As..."))
153 STOCKITEM(wxID_SELECTALL, _("Select all"))
154 STOCKITEM(wxID_STOP, _("&Stop"))
155 STOCKITEM(wxID_UNDELETE, _("Undelete"))
156 STOCKITEM(wxID_UNDERLINE, _("&Underline"))
157 STOCKITEM(wxID_UNDO, _("&Undo"))
158 STOCKITEM(wxID_UNINDENT, _("&Unindent"))
159 STOCKITEM(wxID_YES, _("&Yes"))
160 STOCKITEM(wxID_ZOOM_100, _("&Actual Size"))
161 STOCKITEM(wxID_ZOOM_FIT, _("Zoom to &Fit"))
162 STOCKITEM(wxID_ZOOM_IN, _("Zoom &In"))
163 STOCKITEM(wxID_ZOOM_OUT, _("Zoom &Out"))
170 #undef STOCKITEM
193 #define STOCKITEM(stockid, ctx, helpstr) \
202 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, _("Close current document"))
212 STOCKITEM(wxID_SAVE, wxSTOCK_MENU, _("Save current document"))
213 STOCKITEM(wxID_SAVEAS, wxSTOCK_MENU, _("Save current document with a different filename"))
220 #undef STOCKITEM
231 #define STOCKITEM(stockid, flags, keycode) \
238 STOCKITEM(wxID_COPY, wxACCEL_CMD,'C')
239 STOCKITEM(wxID_CUT, wxACCEL_CMD,'X')
240 STOCKITEM(wxID_FIND, wxACCEL_CMD,'F')
241 STOCKITEM(wxID_REPLACE, wxACCEL_CMD,'R')
242 STOCKITEM(wxID_HELP, wxACCEL_CMD,'H')
243 STOCKITEM(wxID_NEW, wxACCEL_CMD,'N')
244 STOCKITEM(wxID_OPEN, wxACCEL_CMD,'O')
245 STOCKITEM(wxID_PASTE, wxACCEL_CMD,'V')
246 STOCKITEM(wxID_SAVE, wxACCEL_CMD,'S')
255 #undef STOCKITEM