]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxBitmapToggleButton XRC parameters.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 May 2011 09:21:25 +0000 (09:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 May 2011 09:21:25 +0000 (09:21 +0000)
Describe the properties specific to this class in the XRC format
documentation.

Closes #13204.

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

docs/doxygen/overviews/xrc_format.h

index dfd1fed23d1a268cd79cd6a4c461c36deb72df82..c8896ee6513ab4d319389f9acb52983b269f3619 100644 (file)
@@ -586,6 +586,17 @@ Example:
 @endcode
 
 
+@subsubsection xrc_wxtogglebuttton wxBitmapToggleButton
+
+@beginTable
+@hdr3col{property, type, description}
+@row3col{bitmap, @ref overview_xrcformat_type_bitmap,
+     Label to display on the button (required).}
+@row3col{checked, @ref overview_xrcformat_type_bool,
+     Should the button be checked/pressed initially (default: 0)?}
+@endTable
+
+
 @subsubsection xrc_wxbutton wxButton
 
 @beginTable