Add "events" category to wxEvent-derived classes docs where missing

If a wxEvent-derived class documentation lacks "events" category,
the class will not appear in the Events class list.

The "events" category is still missing in several event classes
(e.g., palette events or wxRibbonToolBarEvent), but those lack
actual documentation aside from just methods declarations anyway.
This commit is contained in:
PB
2022-05-23 19:06:55 +02:00
parent eb5820f93a
commit 97aae519fa
6 changed files with 9 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
See also @ref overview_aui.
@library{wxaui}
@category{aui}
@category{aui,events}
*/
enum wxAuiToolBarStyle
{

View File

@@ -559,7 +559,7 @@ wxEventType wxEVT_HTML_LINK_CLICKED;
@endEventTable
@library{wxhtml}
@category{html}
@category{html,events}
*/
class wxHtmlLinkEvent : public wxCommandEvent
{
@@ -592,7 +592,7 @@ public:
@endEventTable
@library{wxhtml}
@category{html}
@category{html,events}
*/
class wxHtmlCellEvent : public wxCommandEvent
{

View File

@@ -1332,7 +1332,7 @@ public:
@endEventTable
@library{wxpropgrid}
@category{propgrid}
@category{propgrid,events}
*/
class wxPropertyGridEvent : public wxCommandEvent
{

View File

@@ -479,7 +479,7 @@ public:
@endEventTable
@library{wxnet}
@category{net}
@category{net,events}
@see wxSocketBase, wxSocketClient, wxSocketServer
*/

View File

@@ -902,6 +902,9 @@ public:
/**
Event generated by wxTreeListCtrl.
@category{ctrl,events}
@since 2.9.3
*/
class wxTreeListEvent : public wxNotifyEvent

View File

@@ -788,7 +788,7 @@ public:
@since 3.1.5
@library{wxnet}
@category{net}
@category{net,events}
@see wxWebRequest
*/