]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/toolbar.h
Minor fixes to wxDateTime documentation.
[wxWidgets.git] / interface / wx / toolbar.h
index 417e14ef91d5e667089cbc8b16a4ef1dcde834da..ee96ddda049bc11ce1b7b7b934db98702867714a 100644 (file)
@@ -28,7 +28,7 @@
     Changes to the item's state should be made through calls to wxToolBar methods,
     for example wxToolBar::EnableTool.
     Calls to @c wxToolBarToolBase methods (undocumented by purpose) will not change
-    the visible state of the item within the the tool bar.
+    the visible state of the item within the tool bar.
 
     <b>wxMSW note</b>: Note that under wxMSW toolbar paints tools to reflect
     system-wide colours. If you use more than 16 colours in your tool bitmaps,
@@ -669,7 +669,11 @@ public:
 
     /**
         Sets the bitmap resource identifier for specifying tool bitmaps as
-        indices into a custom bitmap. Windows CE only.
+        indices into a custom bitmap.
+
+        This is a Windows CE-specific method not available in the other ports.
+
+        @onlyfor{wxWinCE}
     */
     void SetBitmapResource(int resourceId);