]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tglbtn.h
Add files necessary to run Expat configure.
[wxWidgets.git] / interface / wx / tglbtn.h
index a5e7632a9d04df7d91e0524f4360a71ac05527a2..672836ebc05a6f934f2a86e311d237f3de6cb205 100644 (file)
@@ -7,7 +7,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
 /////////////////////////////////////////////////////////////////////////////
 
 
-wxEventType wxEVT_COMMAND_TOGGLEBUTTON_CLICKED;
+wxEventType wxEVT_TOGGLEBUTTON;
 
 /**
     @class wxToggleButton
 
 /**
     @class wxToggleButton
@@ -21,7 +21,7 @@ wxEventType wxEVT_COMMAND_TOGGLEBUTTON_CLICKED;
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_TOGGLEBUTTON(id, func)}
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_TOGGLEBUTTON(id, func)}
-        Handles a wxEVT_COMMAND_TOGGLEBUTTON_CLICKED event.
+        Handles a wxEVT_TOGGLEBUTTON event.
     @endEventTable
 
     @library{wxcore}
     @endEventTable
 
     @library{wxcore}
@@ -121,7 +121,7 @@ public:
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_TOGGLEBUTTON(id, func)}
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_TOGGLEBUTTON(id, func)}
-        Handles a wxEVT_COMMAND_TOGGLEBUTTON_CLICKED event.
+        Handles a wxEVT_TOGGLEBUTTON event.
     @endEventTable
 
     @library{wxcore}
     @endEventTable
 
     @library{wxcore}