]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention wxEVT_COMMAND_TOGGLEBUTTON_CLICKED explicitly in the documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Dec 2011 22:05:19 +0000 (22:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Dec 2011 22:05:19 +0000 (22:05 +0000)
Document the event type together with the event table macro.

See #11943.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/tglbtn.h

index 9d73b2aae08d60818bca1a1f40359712c1fe7169..a2ee8e710ea81edb749eb776da17e6a6926f576c 100644 (file)
@@ -19,7 +19,7 @@
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_TOGGLEBUTTON(id, func)}
-        Handles a toggle button click event.
+        Handles a wxEVT_COMMAND_TOGGLEBUTTON_CLICKED event.
     @endEventTable
 
     @library{wxcore}
@@ -119,7 +119,7 @@ public:
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_TOGGLEBUTTON(id, func)}
-        Handles a toggle button click event.
+        Handles a wxEVT_COMMAND_TOGGLEBUTTON_CLICKED event.
     @endEventTable
 
     @library{wxcore}