]> git.saurik.com Git - wxWidgets.git/commitdiff
Add @onlyfor tag to wxToolBar::SetBitmapResource() documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Feb 2012 21:56:30 +0000 (21:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Feb 2012 21:56:30 +0000 (21:56 +0000)
Closes #14004.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/toolbar.h

index 7a15d2ccb001abb658fe8a835ed85824a0f39f24..ee96ddda049bc11ce1b7b7b934db98702867714a 100644 (file)
@@ -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);