wxFrame
(wx)See external documentation: wxFrame.
See external documentation:
This class is derived (and can use functions) from:
wxTopLevelWindow
wxWindow
wxEvtHandler
Functions
new() -> wxFrame()
See
new(Parent, Id, Title) -> wxFrame()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxFrame()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
create(This, Parent, Id, Title) -> boolean()
This = wxFrame()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
This = wxFrame()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
createStatusBar(This) -> wxStatusBar:wxStatusBar()
This = wxFrame()
Equivalent to createStatusBar(This, []).
createStatusBar(This, Options::[Option]) -> wxStatusBar:wxStatusBar()
This = wxFrame()
Option = {number, integer()} | {style, integer()} | {id, integer()}
See
createToolBar(This) -> wxToolBar:wxToolBar()
This = wxFrame()
Equivalent to createToolBar(This, []).
createToolBar(This, Options::[Option]) -> wxToolBar:wxToolBar()
This = wxFrame()
Option = {style, integer()} | {id, integer()}
See
getClientAreaOrigin(This) -> {X::integer(), Y::integer()}
This = wxFrame()
See
processCommand(This, Winid) -> boolean()
This = wxFrame()
Winid = integer()
See
setMenuBar(This, Menubar) -> ok
This = wxFrame()
Menubar = wxMenuBar:wxMenuBar()
See
setStatusBar(This, Statbar) -> ok
This = wxFrame()
Statbar = wxStatusBar:wxStatusBar()
See
setStatusText(This, Text) -> ok
This = wxFrame()
Text = unicode:chardata()
Equivalent to setStatusText(This, Text, []).
setStatusText(This, Text, Options::[Option]) -> ok
This = wxFrame()
Text = unicode:chardata()
Option = {number, integer()}
See
setStatusWidths(This, Widths_field) -> ok
This = wxFrame()
Widths_field = [integer()]
See
setToolBar(This, Toolbar) -> ok
This = wxFrame()
Toolbar = wxToolBar:wxToolBar()
See
destroy(This::wxFrame()) -> ok
Destroys this object, do not use object again