X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/928f1a076c97a28d27cf03fa04af1131e173c188..02f5e7631d2761bef8314a5b8da43d1eaff9da21:/docs/doxygen/mainpages/const_stockitems.h diff --git a/docs/doxygen/mainpages/const_stockitems.h b/docs/doxygen/mainpages/const_stockitems.h index 450ed3f0ec..c4172a5f5b 100644 --- a/docs/doxygen/mainpages/const_stockitems.h +++ b/docs/doxygen/mainpages/const_stockitems.h @@ -3,7 +3,7 @@ // Purpose: stock item values enumerated // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -11,68 +11,89 @@ @page page_stockitems Stock items -Window IDs for which stock buttons and menu items are created -(see the wxButton constructor and the wxMenuItem constructor): +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. @beginDefList -@itemdef{Stock ID, Stock label} -@itemdef{wxID_ABOUT, "&About"} -@itemdef{wxID_ADD, "Add" and} -@itemdef{wxID_APPLY, "&Apply"} -@itemdef{wxID_BOLD, "&Bold"} -@itemdef{wxID_CANCEL, "&Cancel"} -@itemdef{wxID_CLEAR, "&Clear"} -@itemdef{wxID_CLOSE, "&Close"} -@itemdef{wxID_COPY, "&Copy"} -@itemdef{wxID_CUT, "Cu&t"} -@itemdef{wxID_DELETE, "&Delete"} -@itemdef{wxID_EDIT, "&Edit"} -@itemdef{wxID_FIND, "&Find"} -@itemdef{wxID_FILE, "&File"} -@itemdef{wxID_REPLACE, "Find and rep&lace"} -@itemdef{wxID_BACKWARD, "&Back"} -@itemdef{wxID_DOWN, "&Down"} -@itemdef{wxID_FORWARD, "&Forward"} -@itemdef{wxID_UP, "&Up"} -@itemdef{wxID_HELP, "&Help"} -@itemdef{wxID_HOME, "&Home"} -@itemdef{wxID_INDENT, "Indent"} -@itemdef{wxID_INDEX, "&Index"} -@itemdef{wxID_ITALIC, "&Italic"} -@itemdef{wxID_JUSTIFY_CENTER, "Centered"} -@itemdef{wxID_JUSTIFY_FILL, "Justified"} -@itemdef{wxID_JUSTIFY_LEFT, "Align Left"} -@itemdef{wxID_JUSTIFY_RIGHT, "Align Right"} -@itemdef{wxID_NEW, "&New"} -@itemdef{wxID_NO, "&No"} -@itemdef{wxID_OK, "&OK"} -@itemdef{wxID_OPEN, "&Open"} -@itemdef{wxID_PASTE, "&Paste"} -@itemdef{wxID_PREFERENCES, "&Preferences"} -@itemdef{wxID_PRINT, "&Print"} -@itemdef{wxID_PREVIEW, "Print previe&w"} -@itemdef{wxID_PROPERTIES, "&Properties"} -@itemdef{wxID_EXIT, "&Quit"} -@itemdef{wxID_REDO, "&Redo"} -@itemdef{wxID_REFRESH, "Refresh"} -@itemdef{wxID_REMOVE, "Remove"} -@itemdef{wxID_REVERT_TO_SAVED, "Revert to Saved"} -@itemdef{wxID_SAVE, "&Save"} -@itemdef{wxID_SAVEAS, "Save &As..."} -@itemdef{wxID_SELECTALL, "Select all"} -@itemdef{wxID_STOP, "&Stop"} -@itemdef{wxID_UNDELETE, "Undelete"} -@itemdef{wxID_UNDERLINE, "&Underline"} -@itemdef{wxID_UNDO, "&Undo"} -@itemdef{wxID_UNINDENT, "&Unindent"} -@itemdef{wxID_YES, "&Yes"} -@itemdef{wxID_ZOOM_100, "&Actual Size"} -@itemdef{wxID_ZOOM_FIT, "Zoom to &Fit"} -@itemdef{wxID_ZOOM_IN, "Zoom &In"} -@itemdef{wxID_ZOOM_OUT, "Zoom &Out"} +@row3col{Stock ID, GTK icon, Stock label} +@stock{wxID_ABOUT,about,&About} +@stock{wxID_ADD,add,Add} +@stock{wxID_APPLY,apply,&Apply} +@stock{wxID_BACKWARD,go-back-ltr,&Back} +@stock{wxID_BOLD,bold,&Bold} +@stock{wxID_BOTTOM,goto-bottom,&Bottom} +@stock{wxID_CANCEL,cancel,&Cancel} +@stock{wxID_CDROM,cdrom,&CD-Rom} +@stock{wxID_CLEAR,clear,&Clear} +@stock{wxID_CLOSE,close,&Close} +@stock{wxID_CONVERT,convert,&Convert} +@stock{wxID_COPY,copy,&Copy} +@stock{wxID_CUT,cut,Cu&t} +@stock{wxID_DELETE,delete,&Delete} +@stock{wxID_DOWN,go-down,&Down} +@stock{wxID_EDIT,edit,&Edit} +@stock{wxID_EXECUTE,execute,&Execute} +@stock{wxID_EXIT,quit,&Quit} +@stock{wxID_FILE,file,&File} +@stock{wxID_FIND,find,&Find} +@stock{wxID_FIRST,goto-first-ltr,&First} +@stock{wxID_FLOPPY,floppy,&Floppy} +@stock{wxID_FORWARD,go-forward-ltr,&Forward} +@stock{wxID_HARDDISK,harddisk,&Harddisk} +@stock{wxID_HELP,help,&Help} +@stock{wxID_HOME,home,&Home} +@stock{wxID_INDENT,indent-ltr,Indent} +@stock{wxID_INDEX,index,&Index} +@stock{wxID_INFO,info,&Info} +@stock{wxID_ITALIC,italic,&Italic} +@stock{wxID_JUMP_TO,jump-to-ltr,&Jump to} +@stock{wxID_JUSTIFY_CENTER,justify-center,Centered} +@stock{wxID_JUSTIFY_FILL,justify-fill,Justified} +@stock{wxID_JUSTIFY_LEFT,justify-left,Align Left} +@stock{wxID_JUSTIFY_RIGHT,justify-right,Align Right} +@stock{wxID_LAST,goto-last-ltr,&Last} +@stock{wxID_NETWORK,network,&Network} +@stock{wxID_NEW,new,&New} +@stock{wxID_NO,no,&No} +@stock{wxID_OK,ok,&OK} +@stock{wxID_OPEN,open,&Open...} +@stock{wxID_PASTE,paste,&Paste} +@stock{wxID_PREFERENCES,preferences,&Preferences} +@stock{wxID_PREVIEW,print-preview,Print previe&w} +@stock{wxID_PRINT,print,&Print...} +@stock{wxID_PROPERTIES,properties,&Properties} +@stock{wxID_REDO,redo-ltr,&Redo} +@stock{wxID_REFRESH,refresh,Refresh} +@stock{wxID_REMOVE,remove,Remove} +@stock{wxID_REPLACE,find-and-replace,Rep&lace} +@stock{wxID_REVERT_TO_SAVED,revert-to-saved-ltr,Revert to Saved} +@stock{wxID_SAVE,save,&Save} +@stock{wxID_SAVEAS,save-as,Save &As...} +@stock{wxID_SELECTALL,select-all,Select &All} +@stock{wxID_SELECT_COLOR,select-color,&Color} +@stock{wxID_SELECT_FONT,select-font,&Font} +@stock{wxID_SORT_ASCENDING,sort-ascending,&Ascending} +@stock{wxID_SORT_DESCENDING,sort-descending,&Descending} +@stock{wxID_SPELL_CHECK,spell-check,&Spell Check} +@stock{wxID_STOP,stop,&Stop} +@stock{wxID_STRIKETHROUGH,strikethrough,&Strikethrough} +@stock{wxID_TOP,goto-top,&Top} +@stock{wxID_UNDELETE,undelete-ltr,Undelete} +@stock{wxID_UNDERLINE,underline,&Underline} +@stock{wxID_UNDO,undo-ltr,&Undo} +@stock{wxID_UNINDENT,unindent-ltr,&Unindent} +@stock{wxID_UP,go-up,&Up} +@stock{wxID_YES,yes,&Yes} +@stock{wxID_ZOOM_100,zoom-100,&Actual Size} +@stock{wxID_ZOOM_FIT,zoom-fit,Zoom to &Fit} +@stock{wxID_ZOOM_IN,zoom-in,Zoom &In} +@stock{wxID_ZOOM_OUT,zoom-out,Zoom &Out} @endDefList -Note that some of the IDs listed above have also a stock accelerator -and an help string associated. +Note that some of the IDs listed above also have a stock accelerator +and an associated help string. */