Query: wxmdichildframe
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxMDIChildFrame(3erl) Erlang Module Definition wxMDIChildFrame(3erl)NAMEwxMDIChildFrame - See external documentation: wxMDIChildFrame.DESCRIPTIONSee external documentation: wxMDIChildFrame . This class is derived (and can use functions) from: wxFrame wxTopLevelWindow wxWindow wxEvtHandlerDATA TYPESwxMDIChildFrame() : 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.EXPORTSnew() -> 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 againAUTHORS<> wxErlang 0.98.9 wxMDIChildFrame(3erl)
Related Man Pages |
---|
wxbutton(3erl) - linux |
wxdialog(3erl) - linux |
wxframe(3erl) - linux |
wxlayoutalgorithm(3erl) - linux |
wxminiframe(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
Change Terminal Title |
Shell script to convert to Title case |
Maximize Cygwin window? |
Some New Thread Title Changes |
Making Title sometimes feel difficult |