]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filepicker.h
remove unnecessary DoGetBestSize
[wxWidgets.git] / include / wx / gtk / filepicker.h
index cda74e3da1dc304883a60051817ccc6b05b9b13e..8b92ee6d0a258c4a278aef4167e9a4da35ce0e0b 100644 (file)
@@ -105,6 +105,8 @@ public:     // overrides
     FILEDIRBTN_OVERRIDES
 
 protected:
+    virtual bool GTKShouldConnectSizeRequest() const { return false; }
+
     wxDialog *m_dialog;
 
     DECLARE_DYNAMIC_CLASS(wxFileButton)
@@ -180,9 +182,6 @@ public:    // used by the GTK callback only
 
     bool m_bIgnoreNextChange;
 
-    void UpdatePath(const char *gtkpath)
-        { m_path = wxString::FromAscii(gtkpath); }
-
     void GTKUpdatePath(const char *gtkpath);
 
 private: