]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_stockobjs.i
Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting...
[wxWidgets.git] / wxPython / src / _stockobjs.i
index 752e7574e728c189008dbdf13e937cf9dc1b4d89..b3227af4636310b6733d15d6de26302688467f69 100644 (file)
@@ -19,6 +19,7 @@
 
 // See also wxPy_ReinitStockObjects in helpers.cpp
 %immutable;
 
 // See also wxPy_ReinitStockObjects in helpers.cpp
 %immutable;
+%threadWrapperOff;
 
 wxFont* const wxNORMAL_FONT;
 wxFont* const wxSMALL_FONT;
 
 wxFont* const wxNORMAL_FONT;
 wxFont* const wxSMALL_FONT;
@@ -69,6 +70,7 @@ const wxPalette wxNullPalette;
 const wxFont   wxNullFont;
 const wxColour wxNullColour;
 
 const wxFont   wxNullFont;
 const wxColour wxNullColour;
 
+%threadWrapperOn;
 %mutable;
 
 
 %mutable;
 
 
@@ -91,7 +93,7 @@ class wxBrushList : public wxObject {
 public:
 
     void AddBrush(wxBrush *brush);
 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();
     void RemoveBrush(wxBrush *brush);
 
     int GetCount();