]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_artprov.i
GetSize --> GetSizeHint
[wxWidgets.git] / wxPython / src / _artprov.i
index e6e1bf6628b302b946a992b01e3869f29fd768b7..83798bd6bf4967d73e51bda2e173b6b5a5cae014 100644 (file)
@@ -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 , GetHintSize(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", "");