]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_button.i
Add GetClassDefaultAttribute. Since it is static we need to put the
[wxWidgets.git] / wxPython / src / _button.i
index be6ec069cc9187d989bc502d2d3fd162b24097a2..40c92dd7118d3f1d37ccf31d3713979f6e132629 100644 (file)
@@ -99,6 +99,9 @@ public:
     DocDeclStr(
         static wxSize , GetDefaultSize(),
         "Returns the default button size for this platform.");   
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };