Module wxMDIParentFrame

See external documentation: wxMDIParentFrame.

Description

See external documentation: wxMDIParentFrame.
This class is derived (and can use functions) from:
  • wxFrame
  • wxTopLevelWindow
  • wxWindow
  • wxEvtHandler
  • Data Types

    wxMDIParentFrame()

    abstract datatype: wxMDIParentFrame()

    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.

    Function Index

    activateNext/1*See external documentation.
    activatePrevious/1*See external documentation.
    arrangeIcons/1*See external documentation.
    cascade/1*See external documentation.
    create/4*Equivalent to create(This, Parent, Id, Title, []).
    create/5*See external documentation.
    destroy/1*Destroys this object, do not use object again.
    getActiveChild/1*See external documentation.
    getClientWindow/1*See external documentation.
    new/0*See external documentation.
    new/3*Equivalent to new(Parent, Id, Title, []).
    new/4*See external documentation.
    tile/1*Equivalent to tile(This, []).
    tile/2*See external documentation.

    Function Details

    activateNext/1 *

    activateNext(This::wxMDIParentFrame()) -> ok

    See external documentation.

    activatePrevious/1 *

    activatePrevious(This::wxMDIParentFrame()) -> ok

    See external documentation.

    arrangeIcons/1 *

    arrangeIcons(This::wxMDIParentFrame()) -> ok

    See external documentation.

    cascade/1 *

    cascade(This::wxMDIParentFrame()) -> ok

    See external documentation.

    create/4 *

    create(This::wxMDIParentFrame(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> bool()

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

    create/5 *

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

    See external documentation.

    destroy/1 *

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

    Destroys this object, do not use object again

    getActiveChild/1 *

    getActiveChild(This::wxMDIParentFrame()) -> wxMDIChildFrame:wxMDIChildFrame()

    See external documentation.

    getClientWindow/1 *

    getClientWindow(This::wxMDIParentFrame()) -> wxMDIClientWindow:wxMDIClientWindow()

    See external documentation.

    new/0 *

    new() -> wxMDIParentFrame()

    See external documentation.

    new/3 *

    new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> wxMDIParentFrame()

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

    new/4 *

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

    See external documentation.

    tile/1 *

    tile(This::wxMDIParentFrame()) -> ok

    Equivalent to tile(This, []).

    tile/2 *

    tile(This::wxMDIParentFrame(), Options::[Option]) -> ok

    See external documentation.
    WxOrientation is one of ?wxHORIZONTAL | ?wxVERTICAL | ?wxBOTH


    Generated by EDoc, May 26 2008, 12:35:27.