X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f022ef54d67c33d15d216d0aba6acbc8c8d8dd05..7447d53c35249d42128d6243c90998f03882859a:/docs/doxygen/mainpages/const_stockitems.h?ds=sidebyside diff --git a/docs/doxygen/mainpages/const_stockitems.h b/docs/doxygen/mainpages/const_stockitems.h index 1828b457b1..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,12 +11,15 @@ @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 @row3col{Stock ID, GTK icon, Stock label} -@stock{wxID_ABOUT,about,&About...} +@stock{wxID_ABOUT,about,&About} @stock{wxID_ADD,add,Add} @stock{wxID_APPLY,apply,&Apply} @stock{wxID_BACKWARD,go-back-ltr,&Back}