]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_artprov.i
Added autoconf makefiles for FoldBar extended samples
[wxWidgets.git] / wxPython / src / _artprov.i
index 72ef9ddd7da6e1df25a228e74e0674fd4c6cf4b7..ac11b64e9c113372a9a640f9d9ffab93c761202a 100644 (file)
@@ -92,7 +92,7 @@ public:
                                   const wxArtClient& client,
                                   const wxSize& size) {
         wxBitmap rval = wxNullBitmap;
-        bool blocked = wxPyBeginBlockThreads();
+        wxPyBlock_t blocked = wxPyBeginBlockThreads();
         if ((wxPyCBH_findCallback(m_myInst, "CreateBitmap"))) {
             PyObject* so = wxPyConstructObject((void*)&size, wxT("wxSize"), 0);
             PyObject* ro;
@@ -263,8 +263,8 @@ wx.NullBitmap if no provider provides it.", "");
 wx.NullIcon if no provider provides it.", "");
 
     DocDeclStr(
-        static wxSize , GetSize(const wxString& client, bool platform_dependent = false),
-        "Get the size of an icon from a specific Art Client, queries the
+        static wxSize , GetSizeHint(const wxString& client, bool platform_dependent = false),
+        "Get the size hint of an icon from a specific Art Client, queries the
 topmost provider if platform_dependent = false", "");