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:
@@ -12,7 +12,7 @@
|
|||||||
See also @ref overview_aui.
|
See also @ref overview_aui.
|
||||||
|
|
||||||
@library{wxaui}
|
@library{wxaui}
|
||||||
@category{aui}
|
@category{aui,events}
|
||||||
*/
|
*/
|
||||||
enum wxAuiToolBarStyle
|
enum wxAuiToolBarStyle
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -559,7 +559,7 @@ wxEventType wxEVT_HTML_LINK_CLICKED;
|
|||||||
@endEventTable
|
@endEventTable
|
||||||
|
|
||||||
@library{wxhtml}
|
@library{wxhtml}
|
||||||
@category{html}
|
@category{html,events}
|
||||||
*/
|
*/
|
||||||
class wxHtmlLinkEvent : public wxCommandEvent
|
class wxHtmlLinkEvent : public wxCommandEvent
|
||||||
{
|
{
|
||||||
@@ -592,7 +592,7 @@ public:
|
|||||||
@endEventTable
|
@endEventTable
|
||||||
|
|
||||||
@library{wxhtml}
|
@library{wxhtml}
|
||||||
@category{html}
|
@category{html,events}
|
||||||
*/
|
*/
|
||||||
class wxHtmlCellEvent : public wxCommandEvent
|
class wxHtmlCellEvent : public wxCommandEvent
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1332,7 +1332,7 @@ public:
|
|||||||
@endEventTable
|
@endEventTable
|
||||||
|
|
||||||
@library{wxpropgrid}
|
@library{wxpropgrid}
|
||||||
@category{propgrid}
|
@category{propgrid,events}
|
||||||
*/
|
*/
|
||||||
class wxPropertyGridEvent : public wxCommandEvent
|
class wxPropertyGridEvent : public wxCommandEvent
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -479,7 +479,7 @@ public:
|
|||||||
@endEventTable
|
@endEventTable
|
||||||
|
|
||||||
@library{wxnet}
|
@library{wxnet}
|
||||||
@category{net}
|
@category{net,events}
|
||||||
|
|
||||||
@see wxSocketBase, wxSocketClient, wxSocketServer
|
@see wxSocketBase, wxSocketClient, wxSocketServer
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -902,6 +902,9 @@ public:
|
|||||||
/**
|
/**
|
||||||
Event generated by wxTreeListCtrl.
|
Event generated by wxTreeListCtrl.
|
||||||
|
|
||||||
|
@category{ctrl,events}
|
||||||
|
|
||||||
|
|
||||||
@since 2.9.3
|
@since 2.9.3
|
||||||
*/
|
*/
|
||||||
class wxTreeListEvent : public wxNotifyEvent
|
class wxTreeListEvent : public wxNotifyEvent
|
||||||
|
|||||||
@@ -788,7 +788,7 @@ public:
|
|||||||
@since 3.1.5
|
@since 3.1.5
|
||||||
|
|
||||||
@library{wxnet}
|
@library{wxnet}
|
||||||
@category{net}
|
@category{net,events}
|
||||||
|
|
||||||
@see wxWebRequest
|
@see wxWebRequest
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user