Fix mistakenly added "events" category

The category was added to wxAuiToolBarStyle instead wxAuiToolBarEvent/
This commit is contained in:
PB 2022-05-23 20:05:02 +02:00
parent 97aae519fa
commit 6f135cae70

View File

@ -12,7 +12,7 @@
See also @ref overview_aui.
@library{wxaui}
@category{aui,events}
@category{aui}
*/
enum wxAuiToolBarStyle
{
@ -150,7 +150,7 @@ enum wxAuiToolBarToolTextOrientation
wxAuiToolBarEvent is used for the events generated by @ref wxAuiToolBar.
@library{wxaui}
@category{aui}
@category{aui,events}
*/
class wxAuiToolBarEvent : public wxNotifyEvent
{