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