wxTopLevelWindowwxWindowwxEvtHandlerabstract datatype: wxFrame()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
create(This::wxFrame(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> bool()
Equivalent to create(This, Parent, Id, Title, []).
create(This::wxFrame(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string(), Options::[Option]) -> bool()
createStatusBar(This::wxFrame()) -> wxStatusBar:wxStatusBar()
Equivalent to createStatusBar(This, []).
createStatusBar(This::wxFrame(), Options::[Option]) -> wxStatusBar:wxStatusBar()
createToolBar(This::wxFrame()) -> wxToolBar:wxToolBar()
Equivalent to createToolBar(This, []).
createToolBar(This::wxFrame(), Options::[Option]) -> wxToolBar:wxToolBar()
destroy(This::wxFrame()) -> ok
Destroys this object, do not use object again
getClientAreaOrigin(This::wxFrame()) -> {X::integer(), Y::integer()}
getMenuBar(This::wxFrame()) -> wxMenuBar:wxMenuBar()
getStatusBar(This::wxFrame()) -> wxStatusBar:wxStatusBar()
getStatusBarPane(This::wxFrame()) -> integer()
getToolBar(This::wxFrame()) -> wxToolBar:wxToolBar()
new() -> wxFrame()
new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> wxFrame()
Equivalent to new(Parent, Id, Title, []).
new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string(), Options::[Option]) -> wxFrame()
processCommand(This::wxFrame(), Winid::integer()) -> bool()
sendSizeEvent(This::wxFrame()) -> ok
setMenuBar(This::wxFrame(), Menubar::wxMenuBar:wxMenuBar()) -> ok
setStatusBar(This::wxFrame(), Statbar::wxStatusBar:wxStatusBar()) -> ok
setStatusBarPane(This::wxFrame(), N::integer()) -> ok
setStatusText(This::wxFrame(), Text::string()) -> ok
Equivalent to setStatusText(This, Text, []).
setStatusText(This::wxFrame(), Text::string(), Options::[Option]) -> ok
setStatusWidths(This::wxFrame(), N::integer(), Widths_field::[integer()]) -> ok
setToolBar(This::wxFrame(), Toolbar::wxToolBar:wxToolBar()) -> ok
Generated by EDoc, May 26 2008, 12:35:35.