wxFrame
Description
See external documentation: wxFrame.
This class is derived (and can use functions) from:
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
new(Parent, Id, Title) -> wxFrame()
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxFrame()
Types
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Equivalent to create(This, Parent, Id, Title, []).
Types
This = wxFrame()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
createStatusBar(This) -> wxStatusBar:wxStatusBar()
Types
This = wxFrame()
Equivalent to createStatusBar(This, []).
createStatusBar(This, Options::[Option]) -> wxStatusBar:wxStatusBar()
createToolBar(This) -> wxToolBar:wxToolBar()
Types
This = wxFrame()
Equivalent to createToolBar(This, []).
createToolBar(This, Options::[Option]) -> wxToolBar:wxToolBar()
Types
This = wxFrame()
getMenuBar(This) -> wxMenuBar:wxMenuBar()
Types
This = wxFrame()
getStatusBar(This) -> wxStatusBar:wxStatusBar()
Types
This = wxFrame()
Types
This = wxFrame()
getToolBar(This) -> wxToolBar:wxToolBar()
Types
This = wxFrame()
Types
This = wxFrame()
Equivalent to setStatusText(This, Text, []).