wx._windows.Frame
Proxy of C++ Frame class
Command(args, kwargs)
ProcessCommand(self, int winid) -> bool
Create(args, kwargs)
Create(self, Window parent, int id=-1, String title=EmptyString,
Point pos=DefaultPosition, Size size=DefaultSize,
long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> bool
CreateStatusBar(args, kwargs)
CreateStatusBar(self, int number=1, long style=DEFAULT_STATUSBAR_STYLE, int winid=0,
String name=StatusLineNameStr) -> StatusBar
CreateToolBar(args, kwargs)
CreateToolBar(self, long style=-1, int winid=-1, String name=ToolBarNameStr) -> wxToolBar
DoGiveHelp(args, kwargs)
DoGiveHelp(self, String text, bool show)
DoMenuUpdates(args, kwargs)
DoMenuUpdates(self, Menu menu=None)
GetClassDefaultAttributes
GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
Get the default attributes for this class. This is useful if you want
to use the same font or colour in your own control as in a standard
control -- which is a much better idea than hard coding specific
colours or fonts which might look completely out of place on the
user's system, especially if it uses themes.
The variant parameter is only relevant under Mac currently and is
ignore under other platforms. Under Mac, it will change the size of
the returned font. See `wx.Window.SetWindowVariant` for more about
this.
GetClientAreaOrigin(args, kwargs)
GetClientAreaOrigin(self) -> Point
Get the origin of the client area of the window relative to the
window's top left corner (the client area may be shifted because of
the borders, scrollbars, other decorations...)
GetMenuBar(args, kwargs)
GetMenuBar(self) -> MenuBar
GetStatusBar(args, kwargs)
GetStatusBar(self) -> StatusBar
GetStatusBarPane(args, kwargs)
GetStatusBarPane(self) -> int
GetToolBar(args, kwargs)
GetToolBar(self) -> wxToolBar
PopStatusText(args, kwargs)
PopStatusText(self, int number=0)
ProcessCommand(args, kwargs)
ProcessCommand(self, int winid) -> bool
PushStatusText(args, kwargs)
PushStatusText(self, String text, int number=0)
SendSizeEvent(args, kwargs)
SendSizeEvent(self)
SetMenuBar(args, kwargs)
SetMenuBar(self, MenuBar menubar)
SetStatusBar(args, kwargs)
SetStatusBar(self, StatusBar statBar)
SetStatusBarPane(args, kwargs)
SetStatusBarPane(self, int n)
SetStatusText(args, kwargs)
SetStatusText(self, String text, int number=0)
SetStatusWidths(args, kwargs)
SetStatusWidths(self, int widths)
SetToolBar(args, kwargs)
SetToolBar(self, wxToolBar toolbar)
[constructor]
Usage: classname(arguments)
[member '__doc__']
Documentation for this class
[member '__module__']
The module that this class belongs to
[operator 'repr']
Usage: repr(a)