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
This commit is contained in:
Vadim Zeitlin 2012-02-20 21:56:30 +00:00
parent 52cd518033
commit 184abb52a8

View 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);