From: Bryan Petty Date: Tue, 23 Dec 2008 16:38:30 +0000 (+0000) Subject: Added grid event classes to the events group in docs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8763842294e3945c327b81a6112d8679283d55bf?ds=inline Added grid event classes to the events group in docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 83aa1b25a1..ad7250a984 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -3422,7 +3422,7 @@ public: @endEventTable @library{wxadv} - @category{grid} + @category{grid,events} */ class wxGridEvent : public wxNotifyEvent { @@ -3504,7 +3504,7 @@ public: @endEventTable @library{wxadv} - @category{grid} + @category{grid,events} */ class wxGridSizeEvent : public wxNotifyEvent { @@ -3567,7 +3567,7 @@ public: @endEventTable @library{wxadv} - @category{grid} + @category{grid,events} */ class wxGridRangeSelectEvent : public wxNotifyEvent { @@ -3658,7 +3658,7 @@ public: @endEventTable @library{wxadv} - @category{grid} + @category{grid,events} */ class wxGridEditorCreatedEvent : public wxCommandEvent {