wxMiniFrame

See external documentation: wxMiniFrame.

See external documentation: wxMiniFrame.

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

Types


wxMiniFrame() = wx:wx_object()

Functions


new() -> wxMiniFrame()

See external documentation.

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

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

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

  • 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 = wxMiniFrame()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Title = chardata() (see module unicode)

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

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

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

Destroys this object, do not use object again