]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing CacheBestSize
authorRobin Dunn <robin@alldunn.com>
Fri, 13 May 2005 01:32:45 +0000 (01:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 13 May 2005 01:32:45 +0000 (01:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index 12f0fe2b394cba686428d3329948590dcf89ea14..b67890b39e9ca1d7c8402e13c2434b51796f6a3d 100644 (file)
@@ -527,6 +527,10 @@ after calling Fit.", "");
         "Reset the cached best size value so it will be recalculated the next
 time it is needed.", "");
 
+    DocDeclStr(
+        void , CacheBestSize(const wxSize& size) const,
+        "Cache the best size so it doesn't need to be calculated again, (at least until
+some properties of the window change.)", "");
 
     
     DocDeclStr(