]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/spinbutt.h
make wxTmemchr() return (and take) char* instead of void* in ANSI build too
[wxWidgets.git] / include / wx / gtk / spinbutt.h
index 4daf12bb375eefef7092b352c750a6aeaf602334..cb7e59778e90d6001571a4dbd0662d970a68eccc 100644 (file)
@@ -51,6 +51,9 @@ public:
     int m_pos;
 
 protected:
+    void GtkDisableEvents() const;
+    void GtkEnableEvents() const;
+    
     virtual wxSize DoGetBestSize() const;
     virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;