minor fixes to reduce number of Doxygen warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -312,11 +312,6 @@ public:
|
||||
The bitmap used when the tool is disabled. If it is equal to
|
||||
::wxNullBitmap (default), the disabled bitmap is automatically
|
||||
generated by greying the normal one.
|
||||
@param shortHelpString
|
||||
This string is used for the tools tooltip.
|
||||
@param longHelpString
|
||||
This string is shown in the statusbar (if any) of the parent frame
|
||||
when the mouse pointer is inside the tool.
|
||||
@param kind
|
||||
May be ::wxITEM_NORMAL for a normal button (default), ::wxITEM_CHECK
|
||||
for a checkable tool (such tool stays pressed after it had been
|
||||
@@ -325,6 +320,11 @@ public:
|
||||
whenever another button in the group is checked. ::wxITEM_DROPDOWN
|
||||
specifies that a drop-down menu button will appear next to the
|
||||
tool button (only GTK+ and MSW). Call SetDropdownMenu() afterwards.
|
||||
@param shortHelpString
|
||||
This string is used for the tools tooltip.
|
||||
@param longHelpString
|
||||
This string is shown in the statusbar (if any) of the parent frame
|
||||
when the mouse pointer is inside the tool.
|
||||
@param clientData
|
||||
An optional pointer to client data which can be retrieved later
|
||||
using GetToolClientData().
|
||||
|
Reference in New Issue
Block a user