From: Vadim Zeitlin Date: Mon, 20 Feb 2012 21:56:30 +0000 (+0000) Subject: Add @onlyfor tag to wxToolBar::SetBitmapResource() documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/184abb52a8ae838ef8586ce45a550b4e8ef96e54 Add @onlyfor tag to wxToolBar::SetBitmapResource() documentation. Closes #14004. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/toolbar.h b/interface/wx/toolbar.h index 7a15d2ccb0..ee96ddda04 100644 --- a/interface/wx/toolbar.h +++ b/interface/wx/toolbar.h @@ -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);