X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d6e5b66f917f40ed9f652e3630cfff0e3656d25..4340a145d8ad49639b4955fa8a2a257a46c95d60:/docs/doxygen/mainpages/const_stockitems.h
diff --git a/docs/doxygen/mainpages/const_stockitems.h b/docs/doxygen/mainpages/const_stockitems.h
index 4d265efab7..54960cf3e7 100644
--- a/docs/doxygen/mainpages/const_stockitems.h
+++ b/docs/doxygen/mainpages/const_stockitems.h
@@ -3,23 +3,25 @@
// 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
+
+The following is the list of the window IDs for which stock buttons and menu
+items are created.
-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}
@@ -93,7 +95,7 @@ Also note that you can retrieve stock bitmaps using wxArtProvider.
@stock{wxID_ZOOM_OUT,zoom-out,Zoom &Out}
@endDefList
-Note that some of the IDs listed above also have a stock accelerator
-and an associated help string.
+Note that some of the IDs listed above also have a stock accelerator and an
+associated help string.
*/