The following is the list of the window IDs for which stock buttons and menu items are created.
See the wx.Button constructor and the wx.MenuItem constructor for classes which automatically add stock bitmaps when using stock IDs. Also note that you can retrieve stock bitmaps using wx.ArtProvider.
Stock ID | GTK Icon | Stock label |
---|---|---|
wx.ID_ABOUT |
&About... | |
wx.ID_ADD |
Add | |
wx.ID_APPLY |
&Apply | |
wx.ID_BACKWARD |
&Back | |
wx.ID_BOLD |
&Bold | |
wx.ID_BOTTOM |
&Bottom | |
wx.ID_CANCEL |
&Cancel | |
wx.ID_CDROM |
&CD-Rom | |
wx.ID_CLEAR |
&Clear | |
wx.ID_CLOSE |
&Close | |
wx.ID_CONVERT |
&Convert | |
wx.ID_COPY |
&Copy | |
wx.ID_CUT |
Cu&t | |
wx.ID_DELETE |
&Delete | |
wx.ID_DOWN |
&Down | |
wx.ID_EDIT |
&Edit | |
wx.ID_EXECUTE |
&Execute | |
wx.ID_EXIT |
&Quit | |
wx.ID_FILE |
&File | |
wx.ID_FIND |
&Find | |
wx.ID_FIRST |
&First | |
wx.ID_FLOPPY |
&Floppy | |
wx.ID_FORWARD |
&Forward | |
wx.ID_HARDDISK |
&Harddisk | |
wx.ID_HELP |
&Help | |
wx.ID_HOME |
&Home | |
wx.ID_INDENT |
Indent | |
wx.ID_INDEX |
&Index | |
wx.ID_INFO |
&Info | |
wx.ID_ITALIC |
&Italic | |
wx.ID_JUMP_TO |
&Jump to | |
wx.ID_JUSTIFY_CENTER |
Centered | |
wx.ID_JUSTIFY_FILL |
Justified | |
wx.ID_JUSTIFY_LEFT |
Align Left | |
wx.ID_JUSTIFY_RIGHT |
Align Right | |
wx.ID_LAST |
&Last | |
wx.ID_NETWORK |
&Network | |
wx.ID_NEW |
&New | |
wx.ID_NO |
&No | |
wx.ID_OK |
&OK | |
wx.ID_OPEN |
&Open... | |
wx.ID_PASTE |
&Paste | |
wx.ID_PREFERENCES |
&Preferences | |
wx.ID_PREVIEW |
Print previe&w | |
wx.ID_PRINT |
&Print... | |
wx.ID_PROPERTIES |
&Properties | |
wx.ID_REDO |
&Redo | |
wx.ID_REFRESH |
Refresh | |
wx.ID_REMOVE |
Remove | |
wx.ID_REPLACE |
Rep&lace | |
wx.ID_REVERT_TO_SAVED |
Revert to Saved | |
wx.ID_SAVE |
&Save | |
wx.ID_SAVEAS |
Save &As... | |
wx.ID_SELECTALL |
Select &All | |
wx.ID_SELECT_COLOR |
&Color | |
wx.ID_SELECT_FONT |
&Font | |
wx.ID_SORT_ASCENDING |
&Ascending | |
wx.ID_SORT_DESCENDING |
&Descending | |
wx.ID_SPELL_CHECK |
&Spell Check | |
wx.ID_STOP |
&Stop | |
wx.ID_STRIKETHROUGH |
&Strikethrough | |
wx.ID_TOP |
&Top | |
wx.ID_UNDELETE |
Undelete | |
wx.ID_UNDERLINE |
&Underline | |
wx.ID_UNDO |
&Undo | |
wx.ID_UNINDENT |
&Unindent | |
wx.ID_UP |
&Up | |
wx.ID_YES |
&Yes | |
wx.ID_ZOOM_100 |
&Actual Size | |
wx.ID_ZOOM_FIT |
Zoom to &Fit | |
wx.ID_ZOOM_IN |
Zoom &In | |
wx.ID_ZOOM_OUT |
Zoom &Out |
Note
Note that some of the IDs listed above also have a stock accelerator and an associated help string.