wxMiniFrame.3erl

Langue: en

Autres versions - même langue

Version: 273134 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxMiniFrame - See external documentation: wxMiniFrame.

DESCRIPTION

See external documentation: wxMiniFrame <http://www.wxwidgets.org/manuals/stable/wx_wxminiframe.html>.

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

DATA TYPES

wxMiniFrame():

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

EXPORTS

new() -> wxMiniFrame()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxminiframe.html#wxminiframewxminiframe>.

new(Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string()) -> wxMiniFrame()


Equivalent to new(Parent, Id, Title, []).

new(Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string(), Options::[Option]) -> wxMiniFrame()

Types
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxminiframe.html#wxminiframewxminiframe>.

create(This::wxMiniFrame(), Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string()) -> bool()


Equivalent to create(This, Parent, Id, Title, []).

create(This::wxMiniFrame(), Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string(), Options::[Option]) -> bool()

Types
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxminiframe.html#wxminiframecreate>.

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


Destroys this object, do not use object again