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:
@@ -669,7 +669,11 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Sets the bitmap resource identifier for specifying tool bitmaps as
|
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);
|
void SetBitmapResource(int resourceId);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user