wxMiniFrame
See external documentation: wxMiniFrame.
See external documentation:
This class is derived (and can use functions) from:
wxFrame
wxTopLevelWindow
wxWindow
wxEvtHandler
Functions
new() -> wxMiniFrame()
See
new(Parent, Id, Title) -> wxMiniFrame()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Equivalent to new(Parent, Id, Title, []).
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
create(This, Parent, Id, Title) -> boolean()
This = wxMiniFrame()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Equivalent to create(This, Parent, Id, Title, []).
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
destroy(This::wxMiniFrame()) -> ok
Destroys this object, do not use object again