Phoenix Logo

phoenix_title Stock itemsΒΆ

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
_images/gtk-about.png
&About...
wx.ID_ADD
_images/gtk-add.png
Add
wx.ID_APPLY
_images/gtk-apply.png
&Apply
wx.ID_BACKWARD
_images/gtk-go-back-ltr.png
&Back
wx.ID_BOLD
_images/gtk-bold.png
&Bold
wx.ID_BOTTOM
_images/gtk-goto-bottom.png
&Bottom
wx.ID_CANCEL
_images/gtk-cancel.png
&Cancel
wx.ID_CDROM
_images/gtk-cdrom.png
&CD-Rom
wx.ID_CLEAR
_images/gtk-clear.png
&Clear
wx.ID_CLOSE
_images/gtk-close.png
&Close
wx.ID_CONVERT
_images/gtk-convert.png
&Convert
wx.ID_COPY
_images/gtk-copy.png
&Copy
wx.ID_CUT
_images/gtk-cut.png
Cu&t
wx.ID_DELETE
_images/gtk-delete.png
&Delete
wx.ID_DOWN
_images/gtk-go-down.png
&Down
wx.ID_EDIT
_images/gtk-edit.png
&Edit
wx.ID_EXECUTE
_images/gtk-execute.png
&Execute
wx.ID_EXIT
_images/gtk-quit.png
&Quit
wx.ID_FILE
_images/gtk-file.png
&File
wx.ID_FIND
_images/gtk-find.png
&Find
wx.ID_FIRST
_images/gtk-goto-first-ltr.png
&First
wx.ID_FLOPPY
_images/gtk-floppy.png
&Floppy
wx.ID_FORWARD
_images/gtk-go-forward-ltr.png
&Forward
wx.ID_HARDDISK
_images/gtk-harddisk.png
&Harddisk
wx.ID_HELP
_images/gtk-help.png
&Help
wx.ID_HOME
_images/gtk-home.png
&Home
wx.ID_INDENT
_images/gtk-indent-ltr.png
Indent
wx.ID_INDEX
_images/gtk-index.png
&Index
wx.ID_INFO
_images/gtk-info.png
&Info
wx.ID_ITALIC
_images/gtk-italic.png
&Italic
wx.ID_JUMP_TO
_images/gtk-jump-to-ltr.png
&Jump to
wx.ID_JUSTIFY_CENTER
_images/gtk-justify-center.png
Centered
wx.ID_JUSTIFY_FILL
_images/gtk-justify-fill.png
Justified
wx.ID_JUSTIFY_LEFT
_images/gtk-justify-left.png
Align Left
wx.ID_JUSTIFY_RIGHT
_images/gtk-justify-right.png
Align Right
wx.ID_LAST
_images/gtk-goto-last-ltr.png
&Last
wx.ID_NETWORK
_images/gtk-network.png
&Network
wx.ID_NEW
_images/gtk-new.png
&New
wx.ID_NO
_images/gtk-no.png
&No
wx.ID_OK
_images/gtk-ok.png
&OK
wx.ID_OPEN
_images/gtk-open.png
&Open...
wx.ID_PASTE
_images/gtk-paste.png
&Paste
wx.ID_PREFERENCES
_images/gtk-preferences.png
&Preferences
wx.ID_PREVIEW
_images/gtk-print-preview.png
Print previe&w
wx.ID_PRINT
_images/gtk-print.png
&Print...
wx.ID_PROPERTIES
_images/gtk-properties.png
&Properties
wx.ID_REDO
_images/gtk-redo-ltr.png
&Redo
wx.ID_REFRESH
_images/gtk-refresh.png
Refresh
wx.ID_REMOVE
_images/gtk-remove.png
Remove
wx.ID_REPLACE
_images/gtk-find-and-replace.png
Rep&lace
wx.ID_REVERT_TO_SAVED
_images/gtk-revert-to-saved-ltr.png
Revert to Saved
wx.ID_SAVE
_images/gtk-save.png
&Save
wx.ID_SAVEAS
_images/gtk-save-as.png
Save &As...
wx.ID_SELECTALL
_images/gtk-select-all.png
Select &All
wx.ID_SELECT_COLOR
_images/gtk-select-color.png
&Color
wx.ID_SELECT_FONT
_images/gtk-select-font.png
&Font
wx.ID_SORT_ASCENDING
_images/gtk-sort-ascending.png
&Ascending
wx.ID_SORT_DESCENDING
_images/gtk-sort-descending.png
&Descending
wx.ID_SPELL_CHECK
_images/gtk-spell-check.png
&Spell Check
wx.ID_STOP
_images/gtk-stop.png
&Stop
wx.ID_STRIKETHROUGH
_images/gtk-strikethrough.png
&Strikethrough
wx.ID_TOP
_images/gtk-goto-top.png
&Top
wx.ID_UNDELETE
_images/gtk-undelete-ltr.png
Undelete
wx.ID_UNDERLINE
_images/gtk-underline.png
&Underline
wx.ID_UNDO
_images/gtk-undo-ltr.png
&Undo
wx.ID_UNINDENT
_images/gtk-unindent-ltr.png
&Unindent
wx.ID_UP
_images/gtk-go-up.png
&Up
wx.ID_YES
_images/gtk-yes.png
&Yes
wx.ID_ZOOM_100
_images/gtk-zoom-100.png
&Actual Size
wx.ID_ZOOM_FIT
_images/gtk-zoom-fit.png
Zoom to &Fit
wx.ID_ZOOM_IN
_images/gtk-zoom-in.png
Zoom &In
wx.ID_ZOOM_OUT
_images/gtk-zoom-out.png
Zoom &Out

Note

Note that some of the IDs listed above also have a stock accelerator and an associated help string.