]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toolbar.i
Fixed typo
[wxWidgets.git] / wxPython / src / _toolbar.i
index 4286bb886f2c5d6a14a63b7960b18d6af521dcbb..16db24619b6f2f0aa9f4bd94f27ac1a73904cc13 100644 (file)
@@ -405,6 +405,9 @@ public:
               const wxString& name = wxPyToolBarNameStr);
 
     wxToolBarToolBase *FindToolForPosition(wxCoord x, wxCoord y);
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };
 
 //---------------------------------------------------------------------------