From 184abb52a8ae838ef8586ce45a550b4e8ef96e54 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 20 Feb 2012 21:56:30 +0000 Subject: [PATCH] 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 --- interface/wx/toolbar.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); -- 2.45.2