]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_statusbar.i
Add GetClassDefaultAttribute. Since it is static we need to put the
[wxWidgets.git] / wxPython / src / _statusbar.i
index ba4a4b92c0627e0bb9ad7d0c912fe18d3530b22a..e3a0d66c3bbb5948e555d2955ea45e64df514820 100644 (file)
@@ -74,6 +74,9 @@ public:
     // get the dimensions of the horizontal and vertical borders
     virtual int GetBorderX() const;
     virtual int GetBorderY() const;
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };