]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/spinctrl.h
wxSystemSettings mods in wxGTK
[wxWidgets.git] / include / wx / gtk / spinctrl.h
index e51437430cb6f17038853a7046a616c1e763a7a3..14065fb96a2c0ea87ed1b95702974aa90ecb5ac6 100644 (file)
@@ -65,6 +65,8 @@ public:
     
     bool IsOwnGtkWindow( GdkWindow *window );
     void ApplyWidgetStyle();
+    void GtkDisableEvents();
+    void GtkEnableEvents();
 
     GtkAdjustment  *m_adjust;
     float           m_oldPos;