]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tglbtn.h
removed a TODO comments, it actually doesn't seem necessary to optimize the use of...
[wxWidgets.git] / interface / tglbtn.h
index 9a31b188c51d8079526a84c0745a2d70e8081044..f52024d99cfd55d4b085a4f9616fc90d7444f913 100644 (file)
@@ -20,8 +20,8 @@
     You can see wxToggleButton in action in the sixth page of the
     controls() sample.
 
-    @beginEventTable
-    @event{EVT_TOGGLEBUTTON(id, func)}:
+    @beginEventTable{wxCommandEvent}
+    @event{EVT_TOGGLEBUTTON(id, func)}
            Handles a toggle button click event.
     @endEventTable
 
@@ -113,8 +113,8 @@ public:
 
     This control emits an update UI event.
 
-    @beginEventTable
-    @event{EVT_TOGGLEBUTTON(id, func)}:
+    @beginEventTable{wxCommandEvent}
+    @event{EVT_TOGGLEBUTTON(id, func)}
            Handles a toggle button click event.
     @endEventTable