Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxmdichildframe(3erl) [linux man page]

wxMDIChildFrame(3erl)					     Erlang Module Definition					     wxMDIChildFrame(3erl)

NAME
wxMDIChildFrame - See external documentation: wxMDIChildFrame. DESCRIPTION
See external documentation: wxMDIChildFrame . 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 . 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
<> wxErlang 0.98.9 wxMDIChildFrame(3erl)

Check Out this Related Man Page

wxLayoutAlgorithm(3erl) 				     Erlang Module Definition					   wxLayoutAlgorithm(3erl)

NAME
wxLayoutAlgorithm - See external documentation: wxLayoutAlgorithm. DESCRIPTION
See external documentation: wxLayoutAlgorithm . DATA TYPES
wxLayoutAlgorithm() : 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() -> wxLayoutAlgorithm() See external documentation . layoutFrame(This::wxLayoutAlgorithm(), Frame::wxFrame() (see module wxFrame)) -> bool() Equivalent to layoutFrame(This, Frame, []) . layoutFrame(This::wxLayoutAlgorithm(), Frame::wxFrame() (see module wxFrame), Options::[Option]) -> bool() Types Option = {mainWindow, wxWindow() (see module wxWindow)} See external documentation . layoutMDIFrame(This::wxLayoutAlgorithm(), Frame::wxMDIParentFrame() (see module wxMDIParentFrame)) -> bool() Equivalent to layoutMDIFrame(This, Frame, []) . layoutMDIFrame(This::wxLayoutAlgorithm(), Frame::wxMDIParentFrame() (see module wxMDIParentFrame), Options::[Option]) -> bool() Types Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}} See external documentation . layoutWindow(This::wxLayoutAlgorithm(), Frame::wxWindow() (see module wxWindow)) -> bool() Equivalent to layoutWindow(This, Frame, []) . layoutWindow(This::wxLayoutAlgorithm(), Frame::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {mainWindow, wxWindow() (see module wxWindow)} See external documentation . destroy(This::wxLayoutAlgorithm()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxLayoutAlgorithm(3erl)
Man Page