Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all bug

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, Id, Title) -> wxMDIChildFrame()

              Types:

                 Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
                 Id = integer()
                 Title = chardata() (see module unicode)

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

       new(Parent, Id, Title, Option::[Option]) -> wxMDIChildFrame()

              Types:

                 Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
                 Id = integer()
                 Title = chardata() (see module unicode)
                 Option  =  {pos,   {X::integer(),   Y::integer()}}   |   {size,   {W::integer(),
                 H::integer()}} | {style, integer()}

              See external documentation.

       activate(This) -> ok

              Types:

                 This = wxMDIChildFrame()

              See external documentation.

       create(This, Parent, Id, Title) -> boolean()

              Types:

                 This = wxMDIChildFrame()
                 Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
                 Id = integer()
                 Title = chardata() (see module unicode)

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

       create(This, Parent, Id, Title, Option::[Option]) -> boolean()

              Types:

                 This = wxMDIChildFrame()
                 Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
                 Id = integer()
                 Title = chardata() (see module unicode)
                 Option   =   {pos,   {X::integer(),   Y::integer()}}   |  {size,  {W::integer(),
                 H::integer()}} | {style, integer()}

              See external documentation.

       maximize(This) -> ok

              Types:

                 This = wxMDIChildFrame()

              Equivalent to maximize(This, []).

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

              Types:

                 This = wxMDIChildFrame()
                 Option = {maximize, boolean()}

              See external documentation.

       restore(This) -> ok

              Types:

                 This = wxMDIChildFrame()

              See external documentation.

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

              Destroys this object, do not use object again

AUTHORS

       <>

                                             wx 1.1.1                       wxMDIChildFrame(3erl)