Frame() -> None Frame(parent : Window, id: int=ID_ANY, title: str=’’, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE, name: str=FrameNameStr) -> None
A frame is a window whose size and position can (usually) be changed by the user.
Initialize self. See help(type(self)) for accurate signature. |
|
ProcessEvent(self, event: Event) -> bool |
|
SetMenuBar(menuBar : MenuBar) -> None |
|
Frame() -> None Frame(parent : Window, id: int=ID_ANY, title: str=’’, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE, name: str=FrameNameStr) -> None
A frame is a window whose size and position can (usually) be changed by the user.
Initialize self. See help(type(self)) for accurate signature.
ProcessEvent(self, event: Event) -> bool
SetMenuBar(menuBar : MenuBar) -> None
Tells the frame to show the given menu bar.