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
This commit is contained in:
Bryan Petty
2008-12-23 16:38:30 +00:00
parent bfad4a1546
commit 8763842294

View File

@@ -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
{