wxMDIChildFrame.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

wxMDIChildFrame - See external documentation: wxMDIChildFrame.

DESCRIPTION

See external documentation: wxMDIChildFrame <http://www.wxwidgets.org/manuals/stable/wx_wxmdichildframe.html>.

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

DATA TYPES

wxMDIChildFrame():

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() -> wxMDIChildFrame()


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

new(Parent::wxMDIParentFrame() (see module wxMDIParentFrame), Id::integer(), Title::string()) -> wxMDIChildFrame()


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

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

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

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

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


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

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


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

create(This::wxMDIChildFrame(), Parent::wxMDIParentFrame() (see module wxMDIParentFrame), 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_wxmdichildframe.html#wxmdichildframecreate>.

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


Equivalent to maximize(This, []).

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

Types
Option = {maximize, bool()}

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

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


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

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


Destroys this object, do not use object again