]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_stockobjs.i
reSWIGged
[wxWidgets.git] / wxPython / src / _stockobjs.i
index 885b0775f0fbe102719d6331c2727eee630462ed..7ae7546af4a3a74cf7ce59cdf08e1f81b346f426 100644 (file)
@@ -91,7 +91,7 @@ class wxBrushList : public wxObject {
 public:
 
     void AddBrush(wxBrush *brush);
-    wxBrush * FindOrCreateBrush(const wxColour& colour, int style);
+    wxBrush * FindOrCreateBrush(const wxColour& colour, int style=wxSOLID);
     void RemoveBrush(wxBrush *brush);
 
     int GetCount();
@@ -128,7 +128,7 @@ public:
 
     void AddFont(wxFont* font);
     wxFont * FindOrCreateFont(int point_size, int family, int style, int weight,
-                              bool underline = False, const wxString& facename = wxPyEmptyString,
+                              bool underline = false, const wxString& facename = wxPyEmptyString,
                               wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
     void RemoveFont(wxFont *font);