]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/spinbutt.h
adding lowlevel hook to listbox
[wxWidgets.git] / include / wx / gtk / spinbutt.h
index f70abfcee03de3bfd61dff50b0891da10aa11226..cb7e59778e90d6001571a4dbd0662d970a68eccc 100644 (file)
@@ -48,12 +48,14 @@ public:
     // implementation
     void OnSize( wxSizeEvent &event );
 
     // implementation
     void OnSize( wxSizeEvent &event );
 
-    bool IsOwnGtkWindow( GdkWindow *window );
-
     int m_pos;
 
 protected:
     int m_pos;
 
 protected:
+    void GtkDisableEvents() const;
+    void GtkEnableEvents() const;
+    
     virtual wxSize DoGetBestSize() const;
     virtual wxSize DoGetBestSize() const;
+    virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
 
 private:
     DECLARE_EVENT_TABLE()
 
 private:
     DECLARE_EVENT_TABLE()