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
def GetFrame(*args, **kwargs):
"""
- GetFrame(self) -> Frame
+ GetFrame(self) -> Window
GetFrame returns the frame currently being managed by the
FrameManager.