wxMDIParentFrame

See external documentation: wxMDIParentFrame.

See external documentation: wxMDIParentFrame.

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

Types


wxMDIParentFrame() = wx:wx_object()

Functions


new() -> wxMDIParentFrame()

See external documentation.

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

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

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

  • 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.

activateNext(This) -> ok

  • This = wxMDIParentFrame()

See external documentation.

activatePrevious(This) -> ok

  • This = wxMDIParentFrame()

See external documentation.

arrangeIcons(This) -> ok

  • This = wxMDIParentFrame()

See external documentation.

cascade(This) -> ok

  • This = wxMDIParentFrame()

See external documentation.

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

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

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

  • This = wxMDIParentFrame()
  • 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.

getActiveChild(This) -> wxMDIChildFrame() (see module wxMDIChildFrame)

  • This = wxMDIParentFrame()

See external documentation.

getClientWindow(This) -> wxMDIClientWindow() (see module wxMDIClientWindow)

  • This = wxMDIParentFrame()

See external documentation.

tile(This) -> ok

  • This = wxMDIParentFrame()

Equivalent to tile(This, []).

tile(This, Option::[Option]) -> ok

  • This = wxMDIParentFrame()
  • Option = {orient, wx_enum() (see module wx)}

See external documentation.
Orient = ?wxHORIZONTAL | ?wxVERTICAL | ?wxBOTH

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

Destroys this object, do not use object again