wxFrame

See external documentation: wxFrame.

See external documentation: wxFrame.

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

Types


wxFrame() = wx:wx_object()

Functions


new() -> wxFrame()

See external documentation.

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

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Title = chardata() (see module unicode)

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 external documentation.

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

  • This = wxFrame()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Title = chardata() (see module unicode)

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 external documentation.

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 external documentation.

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 external documentation.

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

  • This = wxFrame()

See external documentation.

getMenuBar(This) -> wxMenuBar() (see module wxMenuBar)

  • This = wxFrame()

See external documentation.

getStatusBar(This) -> wxStatusBar() (see module wxStatusBar)

  • This = wxFrame()

See external documentation.

getStatusBarPane(This) -> integer()

  • This = wxFrame()

See external documentation.

getToolBar(This) -> wxToolBar() (see module wxToolBar)

  • This = wxFrame()

See external documentation.

processCommand(This, Winid) -> boolean()

  • This = wxFrame()
  • Winid = integer()

See external documentation.

sendSizeEvent(This) -> ok

  • This = wxFrame()

See external documentation.

setMenuBar(This, Menubar) -> ok

  • This = wxFrame()
  • Menubar = wxMenuBar() (see module wxMenuBar)

See external documentation.

setStatusBar(This, Statbar) -> ok

  • This = wxFrame()
  • Statbar = wxStatusBar() (see module wxStatusBar)

See external documentation.

setStatusBarPane(This, N) -> ok

  • This = wxFrame()
  • N = integer()

See external documentation.

setStatusText(This, Text) -> ok

  • This = wxFrame()
  • Text = chardata() (see module unicode)

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

  • This = wxFrame()
  • Text = chardata() (see module unicode)
  • Option = {number, integer()}

See external documentation.

setStatusWidths(This, Widths_field) -> ok

  • This = wxFrame()
  • Widths_field = [integer()]

See external documentation.

setToolBar(This, Toolbar) -> ok

  • This = wxFrame()
  • Toolbar = wxToolBar() (see module wxToolBar)

See external documentation.

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

Destroys this object, do not use object again