reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-11 21:17:27 +00:00
parent 673727f39c
commit 1d5ee7493b
15 changed files with 318 additions and 78 deletions

View File

@@ -942,7 +942,7 @@ class FrameManager(_core.EvtHandler):
def SetFrame(*args, **kwargs):
"""
SetFrame(self, Frame frame)
SetFrame(self, Window frame)
SetFrame is called to specify the frame which is to be managed by the
FrameManager. It only needs to be called if the Frame was not given
@@ -953,7 +953,7 @@ class FrameManager(_core.EvtHandler):
def GetFrame(*args, **kwargs):
"""
GetFrame(self) -> Frame
GetFrame(self) -> Window
GetFrame returns the frame currently being managed by the
FrameManager.