wxFrame
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxFrame.
This class is derived (and can use functions) from:
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string()) -> wxFrame()
Equivalent to new(Parent, Id, Title, []).
Types:
Equivalent to create(This, Parent, Id, Title, []).
Types:
createStatusBar(This::wxFrame()) -> wxStatusBar() (see module wxStatusBar)
Equivalent to createStatusBar(This, []).
createStatusBar(This::wxFrame(), Options::[Option]) -> wxStatusBar() (see module wxStatusBar)
Types:
createToolBar(This::wxFrame()) -> wxToolBar() (see module wxToolBar)
Equivalent to createToolBar(This, []).
createToolBar(This::wxFrame(), Options::[Option]) -> wxToolBar() (see module wxToolBar)
Types:
getClientAreaOrigin(This::wxFrame()) -> {X::integer(), Y::integer()}
getMenuBar(This::wxFrame()) -> wxMenuBar() (see module wxMenuBar)
getStatusBar(This::wxFrame()) -> wxStatusBar() (see module wxStatusBar)
getStatusBarPane(This::wxFrame()) -> integer()
getToolBar(This::wxFrame()) -> wxToolBar() (see module wxToolBar)
processCommand(This::wxFrame(), Winid::integer()) -> bool()
sendSizeEvent(This::wxFrame()) -> ok
setMenuBar(This::wxFrame(), Menubar::wxMenuBar() (see module wxMenuBar)) -> ok
setStatusBar(This::wxFrame(), Statbar::wxStatusBar() (see module wxStatusBar)) -> ok
setStatusBarPane(This::wxFrame(), N::integer()) -> ok
setStatusText(This::wxFrame(), Text::string()) -> ok
Equivalent to setStatusText(This, Text, []).
setStatusText(This::wxFrame(), Text::string(), Options::[Option]) -> ok
Types:
setStatusWidths(This::wxFrame(), Widths_field::[integer()]) -> ok
setToolBar(This::wxFrame(), Toolbar::wxToolBar() (see module wxToolBar)) -> ok