X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69d818954b5e6e7b4b4e5093dd26dbe2d5f8546c..df16c649d21716a3e54eb2598477fa9ed970f278:/wxPython/src/_statusbar.i?ds=sidebyside diff --git a/wxPython/src/_statusbar.i b/wxPython/src/_statusbar.i index ba4a4b92c0..e3a0d66c3b 100644 --- a/wxPython/src/_statusbar.i +++ b/wxPython/src/_statusbar.i @@ -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); };