]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinctrl.h
Add missing interface items for Phoenix
[wxWidgets.git] / interface / wx / spinctrl.h
index afb4d61a7c02d858d7b205f145775a9570dd4cf4..7a735a1d61ceacddac8b2ae0ea46687ec198fc2a 100644 (file)
@@ -33,7 +33,8 @@
 
     @beginEventEmissionTable{wxSpinEvent}
     @event{EVT_SPINCTRL(id, func)}
-        Generated whenever the numeric value of the spinctrl is updated
+        Process a wxEVT_COMMAND_SPINCTRL_UPDATED event, which is generated
+        whenever the numeric value of the spin control is updated.
     @endEventTable
 
     You may also use the wxSpinButton event macros, however the corresponding events
@@ -326,3 +327,6 @@ public:
     */
     void SetValue(double value);
 };
+
+wxEventType wxEVT_COMMAND_SPINCTRL_UPDATED;
+wxEventType wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED;