wxFrame

See external documentation: wxFrame.

See external documentation: wxFrame.

This class is derived (and can use functions) from:
wxTopLevelWindow
wxWindow
wxEvtHandler

Functions


new() -> wxFrame()

See external documentation.

new(Parent, Id, Title) -> wxFrame()

new(Parent, Id, Title, Options::[Option]) -> wxFrame()

See external documentation.

create(This, Parent, Id, Title) -> boolean()

create(This, Parent, Id, Title, Options::[Option]) -> boolean()

See external documentation.

createStatusBar(This) -> wxStatusBar:wxStatusBar()

Equivalent to createStatusBar(This, []).

createStatusBar(This, Options::[Option]) -> wxStatusBar:wxStatusBar()

  • This = wxFrame()
  • Option = {number, integer()} | {style, integer()} | {id, integer()}

See external documentation.

createToolBar(This) -> wxToolBar:wxToolBar()

Equivalent to createToolBar(This, []).

createToolBar(This, Options::[Option]) -> wxToolBar:wxToolBar()

  • This = wxFrame()
  • Option = {style, integer()} | {id, integer()}

See external documentation.

getClientAreaOrigin(This) -> {X::integer(), Y::integer()}

See external documentation.

getMenuBar(This) -> wxMenuBar:wxMenuBar()

See external documentation.

getStatusBar(This) -> wxStatusBar:wxStatusBar()

See external documentation.

getStatusBarPane(This) -> integer()

See external documentation.

getToolBar(This) -> wxToolBar:wxToolBar()

See external documentation.

processCommand(This, Winid) -> boolean()

See external documentation.

sendSizeEvent(This) -> ok

See external documentation.

setMenuBar(This, Menubar) -> ok

See external documentation.

setStatusBar(This, Statbar) -> ok

See external documentation.

setStatusBarPane(This, N) -> ok

See external documentation.

setStatusText(This, Text) -> ok

setStatusText(This, Text, Options::[Option]) -> ok

See external documentation.

setStatusWidths(This, Widths_field) -> ok

See external documentation.

setToolBar(This, Toolbar) -> ok

See external documentation.

destroy(This::wxFrame()) -> ok

Destroys this object, do not use object again