X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9102b3671a45d116d781b0c8e90d2e9a84fbdcb..2d918775fa4b1cb5172e4b9ceda27afe93b29e2a:/docs/latex/wx/toolbar.tex diff --git a/docs/latex/wx/toolbar.tex b/docs/latex/wx/toolbar.tex index c6d63f58ff..2a06b4f12c 100644 --- a/docs/latex/wx/toolbar.tex +++ b/docs/latex/wx/toolbar.tex @@ -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}