]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wx.ArtProvider.GetSize
authorRobin Dunn <robin@alldunn.com>
Sat, 5 Mar 2005 00:52:07 +0000 (00:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 5 Mar 2005 00:52:07 +0000 (00:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_artprov.i

index 83d99ac43f4519e335d4d61df82ee50c971bc570..72ef9ddd7da6e1df25a228e74e0674fd4c6cf4b7 100644 (file)
@@ -261,6 +261,12 @@ wx.NullBitmap if no provider provides it.", "");
                                 const wxSize& size = wxDefaultSize),
         "Query the providers for icon with given ID and return it.  Return
 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
+topmost provider if platform_dependent = false", "");
+    
     
 
     %extend { void Destroy() { delete self; }}