]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/spinbutt.h
fix aui crash related to SF bug 1531361
[wxWidgets.git] / include / wx / gtk / spinbutt.h
index f70abfcee03de3bfd61dff50b0891da10aa11226..4daf12bb375eefef7092b352c750a6aeaf602334 100644 (file)
@@ -48,12 +48,11 @@ public:
     // implementation
     void OnSize( wxSizeEvent &event );
 
-    bool IsOwnGtkWindow( GdkWindow *window );
-
     int m_pos;
 
 protected:
     virtual wxSize DoGetBestSize() const;
+    virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
 
 private:
     DECLARE_EVENT_TABLE()