]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
Avoid setting attributes in GTK wxDataViewRenderer if not supported.
[wxWidgets.git] / include / wx / univ / window.h
index 1dc43df0243dd8f21eae57e4b5b377d44b04cc4c..d5aa30e4ba67277e1892f0ebb04603a9032bcc0c 100644 (file)
@@ -243,6 +243,9 @@ protected:
     virtual wxSize DoGetBestClientSize() const;
     virtual wxSize DoGetBestSize() const;
 
+    // override the base class method to return the size of the window borders
+    virtual wxSize DoGetBorderSize() const;
+
     // adjust the size of the window to take into account its borders
     wxSize AdjustSize(const wxSize& size) const;