Stock items

The following is the list of the window IDs for which stock buttons and menu items are created.

See the wxButton constructor and the wxMenuItem constructor for classes which automatically add stock bitmaps when using stock IDs. Also note that you can retrieve stock bitmaps using wxArtProvider.

Stock ID

GTK icon

Stock label

wxID_ABOUT

gtk-about.png

&About...

wxID_ADD

gtk-add.png

Add

wxID_APPLY

gtk-apply.png

&Apply

wxID_BACKWARD

gtk-go-back-ltr.png

&Back

wxID_BOLD

gtk-bold.png

&Bold

wxID_BOTTOM

gtk-goto-bottom.png

&Bottom

wxID_CANCEL

gtk-cancel.png

&Cancel

wxID_CDROM

gtk-cdrom.png

&CD-Rom

wxID_CLEAR

gtk-clear.png

&Clear

wxID_CLOSE

gtk-close.png

&Close

wxID_CONVERT

gtk-convert.png

&Convert

wxID_COPY

gtk-copy.png

&Copy

wxID_CUT

gtk-cut.png

Cu&t

wxID_DELETE

gtk-delete.png

&Delete

wxID_DOWN

gtk-go-down.png

&Down

wxID_EDIT

gtk-edit.png

&Edit

wxID_EXECUTE

gtk-execute.png

&Execute

wxID_EXIT

gtk-quit.png

&Quit

wxID_FILE

gtk-file.png

&File

wxID_FIND

gtk-find.png

&Find

wxID_FIRST

gtk-goto-first-ltr.png

&First

wxID_FLOPPY

gtk-floppy.png

&Floppy

wxID_FORWARD

gtk-go-forward-ltr.png

&Forward

wxID_HARDDISK

gtk-harddisk.png

&Harddisk

wxID_HELP

gtk-help.png

&Help

wxID_HOME

gtk-home.png

&Home

wxID_INDENT

gtk-indent-ltr.png

Indent

wxID_INDEX

gtk-index.png

&Index

wxID_INFO

gtk-info.png

&Info

wxID_ITALIC

gtk-italic.png

&Italic

wxID_JUMP_TO

gtk-jump-to-ltr.png

&Jump to

wxID_JUSTIFY_CENTER

gtk-justify-center.png

Centered

wxID_JUSTIFY_FILL

gtk-justify-fill.png

Justified

wxID_JUSTIFY_LEFT

gtk-justify-left.png

Align Left

wxID_JUSTIFY_RIGHT

gtk-justify-right.png

Align Right

wxID_LAST

gtk-goto-last-ltr.png

&Last

wxID_NETWORK

gtk-network.png

&Network

wxID_NEW

gtk-new.png

&New

wxID_NO

gtk-no.png

&No

wxID_OK

gtk-ok.png

&OK

wxID_OPEN

gtk-open.png

&Open...

wxID_PASTE

gtk-paste.png

&Paste

wxID_PREFERENCES

gtk-preferences.png

&Preferences

wxID_PREVIEW

gtk-print-preview.png

Print previe&w

wxID_PRINT

gtk-print.png

&Print...

wxID_PROPERTIES

gtk-properties.png

&Properties

wxID_REDO

gtk-redo-ltr.png

&Redo

wxID_REFRESH

gtk-refresh.png

Refresh

wxID_REMOVE

gtk-remove.png

Remove

wxID_REPLACE

gtk-find-and-replace.png

Rep&lace

wxID_REVERT_TO_SAVED

gtk-revert-to-saved-ltr.png

Revert to Saved

wxID_SAVE

gtk-save.png

&Save

wxID_SAVEAS

gtk-save-as.png

Save &As...

wxID_SELECTALL

gtk-select-all.png

Select &All

wxID_SELECT_COLOR

gtk-select-color.png

&Color

wxID_SELECT_FONT

gtk-select-font.png

&Font

wxID_SORT_ASCENDING

gtk-sort-ascending.png

&Ascending

wxID_SORT_DESCENDING

gtk-sort-descending.png

&Descending

wxID_SPELL_CHECK

gtk-spell-check.png

&Spell Check

wxID_STOP

gtk-stop.png

&Stop

wxID_STRIKETHROUGH

gtk-strikethrough.png

&Strikethrough

wxID_TOP

gtk-goto-top.png

&Top

wxID_UNDELETE

gtk-undelete-ltr.png

Undelete

wxID_UNDERLINE

gtk-underline.png

&Underline

wxID_UNDO

gtk-undo-ltr.png

&Undo

wxID_UNINDENT

gtk-unindent-ltr.png

&Unindent

wxID_UP

gtk-go-up.png

&Up

wxID_YES

gtk-yes.png

&Yes

wxID_ZOOM_100

gtk-zoom-100.png

&Actual Size

wxID_ZOOM_FIT

gtk-zoom-fit.png

Zoom to &Fit

wxID_ZOOM_IN

gtk-zoom-in.png

Zoom &In

wxID_ZOOM_OUT

gtk-zoom-out.png

Zoom &Out

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



wxWidgets logo

[ top ]