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, Id, Title) -> wxFrame()
Types:
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxFrame()
Types:
create(This, Parent, Id, Title) -> boolean()
Types:
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
Types:
createStatusBar(This) -> wxStatusBar() (see module wxStatusBar)
Types:
Equivalent to createStatusBar(This, []).
createStatusBar(This, Options::[Option]) -> wxStatusBar() (see module wxStatusBar)
Types:
createToolBar(This) -> wxToolBar() (see module wxToolBar)
Types:
Equivalent to createToolBar(This, []).
createToolBar(This, Options::[Option]) -> wxToolBar() (see module wxToolBar)
Types:
getClientAreaOrigin(This) -> {X::integer(), Y::integer()}
Types:
getMenuBar(This) -> wxMenuBar() (see module wxMenuBar)
Types:
getStatusBar(This) -> wxStatusBar() (see module wxStatusBar)
Types:
getStatusBarPane(This) -> integer()
Types:
getToolBar(This) -> wxToolBar() (see module wxToolBar)
Types:
processCommand(This, Winid) -> boolean()
Types:
Types:
setMenuBar(This, Menubar) -> ok
Types:
setStatusBar(This, Statbar) -> ok
Types:
setStatusBarPane(This, N) -> ok
Types:
setStatusText(This, Text) -> ok
Types:
Equivalent to setStatusText(This, Text, []).
setStatusText(This, Text, Options::[Option]) -> ok
Types:
setStatusWidths(This, Widths_field) -> ok
Types:
setToolBar(This, Toolbar) -> ok
Types: