Rechercher une page de manuel
wxMDIChildFrame.3erl
Langue: en
Version: 360723 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
NAME
wxMDIChildFrame - See external documentation: wxMDIChildFrame.DESCRIPTION
See external documentation: wxMDIChildFrame.
This class is derived (and can use functions) from: .br wxFrame .br wxTopLevelWindow .br wxWindow .br 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.
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.
activate(This::wxMDIChildFrame()) -> ok
See external documentation.
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.
maximize(This::wxMDIChildFrame()) -> ok
Equivalent to maximize(This, []).
maximize(This::wxMDIChildFrame(), Options::[Option]) -> ok
-
- Types
- Option = {maximize, bool()}
See external documentation.
restore(This::wxMDIChildFrame()) -> ok
See external documentation.
destroy(This::wxMDIChildFrame()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre