]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/const_stockitems.h
Don't document private event handlers in doc/view frame classes.
[wxWidgets.git] / docs / doxygen / mainpages / const_stockitems.h
index 831b947f78a951726dcae62cfc07d86d8df00d5f..c4172a5f5b16cdd42530b607c463de21a5435e33 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     stock item values enumerated
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     stock item values enumerated
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 /////////////////////////////////////////////////////////////////////////////
 
 
 
 @page page_stockitems Stock items
 
 
 @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{<b>Stock ID</b>, <b>GTK icon</b>, <b>Stock label</b>}
 
 @beginDefList
 @row3col{<b>Stock ID</b>, <b>GTK icon</b>, <b>Stock label</b>}
-@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}
 @stock{wxID_ADD,add,Add}
 @stock{wxID_APPLY,apply,&Apply}
 @stock{wxID_BACKWARD,go-back-ltr,&Back}
@@ -90,7 +93,7 @@ Window IDs for which stock buttons and menu items are created
 @stock{wxID_ZOOM_OUT,zoom-out,Zoom &Out}
 @endDefList
 
 @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.
 
 */
 
 */