]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbonPanel style.
[wxWidgets.git] / include / wx / gtk / window.h
index 55b034c795b61f31213725d6bae7cd7fcbef5825..b555f9ebc0f3802c113a00a8d600d890b4078d36 100644 (file)
@@ -382,11 +382,6 @@ protected:
     // just as it does.
     unsigned long GTKConnectWidget(const char *signal, wxGTKCallback callback);
 
-    // Return true from here if PostCreation() should connect to size_request
-    // signal: this is done by default but doesn't work for some native
-    // controls which override this function to return false
-    virtual bool GTKShouldConnectSizeRequest() const { return !IsTopLevel(); }
-
     void ConstrainSize();
 
 private: