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() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Option::[Option]) -> wxFrame()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
create(This, Parent, Id, Title) -> boolean()
This = wxFrame()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Option::[Option]) -> boolean()
This = wxFrame()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
createStatusBar(This) -> wxStatusBar() (see module wxStatusBar)
This = wxFrame()
Equivalent to createStatusBar(This, []).
createStatusBar(This, Option::[Option]) -> wxStatusBar() (see module wxStatusBar)
This = wxFrame()
Option = {number, integer()} | {style, integer()} | {id, integer()}
See
createToolBar(This) -> wxToolBar() (see module wxToolBar)
This = wxFrame()
Equivalent to createToolBar(This, []).
createToolBar(This, Option::[Option]) -> wxToolBar() (see module wxToolBar)
This = wxFrame()
Option = {style, integer()} | {id, integer()}
See
getClientAreaOrigin(This) -> {X::integer(), Y::integer()}
This = wxFrame()
See
getMenuBar(This) -> wxMenuBar() (see module wxMenuBar)
This = wxFrame()
See
getStatusBar(This) -> wxStatusBar() (see module wxStatusBar)
This = wxFrame()
See
getStatusBarPane(This) -> integer()
This = wxFrame()
See
getToolBar(This) -> wxToolBar() (see module wxToolBar)
This = wxFrame()
See
processCommand(This, Winid) -> boolean()
This = wxFrame()
Winid = integer()
See
sendSizeEvent(This) -> ok
This = wxFrame()
See
setMenuBar(This, Menubar) -> ok
This = wxFrame()
Menubar = wxMenuBar() (see module wxMenuBar)
See
setStatusBar(This, Statbar) -> ok
This = wxFrame()
Statbar = wxStatusBar() (see module wxStatusBar)
See
setStatusBarPane(This, N) -> ok
This = wxFrame()
N = integer()
See
setStatusText(This, Text) -> ok
This = wxFrame()
Text = chardata() (see module unicode)
Equivalent to setStatusText(This, Text, []).
setStatusText(This, Text, Option::[Option]) -> ok
This = wxFrame()
Text = chardata() (see module unicode)
Option = {number, integer()}
See
setStatusWidths(This, Widths_field) -> ok
This = wxFrame()
Widths_field = [integer()]
See
setToolBar(This, Toolbar) -> ok
This = wxFrame()
Toolbar = wxToolBar() (see module wxToolBar)
See
destroy(This::wxFrame()) -> ok
Destroys this object, do not use object again