reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-13 01:45:14 +00:00
parent 5643bdef8f
commit e2813725c9
6 changed files with 126 additions and 0 deletions

View File

@@ -8199,6 +8199,15 @@ class Window(EvtHandler):
"""
return _core_.Window_InvalidateBestSize(*args, **kwargs)
def CacheBestSize(*args, **kwargs):
"""
CacheBestSize(self, Size size)
Cache the best size so it doesn't need to be calculated again, (at least until
some properties of the window change.)
"""
return _core_.Window_CacheBestSize(*args, **kwargs)
def GetBestFittingSize(*args, **kwargs):
"""
GetBestFittingSize(self) -> Size