]> git.saurik.com Git - wxWidgets.git/commitdiff
document disabled bitmap parameter of AddTool()
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Apr 2005 21:36:18 +0000 (21:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Apr 2005 21:36:18 +0000 (21:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/toolbar.tex

index c6d63f58ff036a31516acecd213bf043db7d988e..2a06b4f12cd6013566e1b417dc08fd2f1573e6f0 100644 (file)
@@ -214,13 +214,11 @@ toggled) or wxITEM\_RADIO for a checkable tool which makes part of a radio
 group of tools each of which is automatically unchecked whenever another button
 in the group is checked}
 
-\docparam{bitmap1}{The primary tool bitmap for toggle and button tools.}
+\docparam{bitmap1}{The primary tool bitmap.}
 
-\docparam{bitmap2}{The second bitmap specifies the on-state bitmap for a toggle
-tool. If this is wxNullBitmap, either an inverted version of the primary bitmap is
-used for the on-state of a toggle tool (monochrome displays) or a black
-border is drawn around the tool (colour displays) or the pixmap is shown
-as a pressed button (GTK). }
+\docparam{bitmap2}{The bitmap used when the tool is disabled. If it is equal to
+wxNullBitmap, the disabled bitmap is automatically generated by greing the
+normal one.}
 
 \docparam{shortHelpString}{This string is used for the tools tooltip}