wxMDIChildFrame

See external documentation: wxMDIChildFrame.

See external documentation: wxMDIChildFrame.

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

Types


wxMDIChildFrame() = wx:wx_object()

Functions


new() -> wxMDIChildFrame()

See external documentation.

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

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

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

  • Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
  • Id = integer()
  • Title = chardata() (see module unicode)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

activate(This) -> ok

  • This = wxMDIChildFrame()

See external documentation.

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

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

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

  • This = wxMDIChildFrame()
  • Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
  • Id = integer()
  • Title = chardata() (see module unicode)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

maximize(This) -> ok

  • This = wxMDIChildFrame()

Equivalent to maximize(This, []).

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

  • This = wxMDIChildFrame()
  • Option = {maximize, boolean()}

See external documentation.

restore(This) -> ok

  • This = wxMDIChildFrame()

See external documentation.

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

Destroys this object, do not use object again