Scroll to navigation

wxMDIParentFrame(3erl) Erlang Module Definition wxMDIParentFrame(3erl)

NAME

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():
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() -> wxMDIParentFrame()
 
See external documentation.
new(Parent, Id, Title) -> wxMDIParentFrame()
 
Types:
Parent = wxWindow:wxWindow()
 
Id = integer()
 
Title = unicode:chardata()
 
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxMDIParentFrame()
 
Types:
Parent = wxWindow:wxWindow()
 
Id = integer()
 
Title = unicode:chardata()
 
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
 
See external documentation.
activateNext(This) -> ok
 
Types:
This = wxMDIParentFrame()
 
See external documentation.
activatePrevious(This) -> ok
 
Types:
This = wxMDIParentFrame()
 
See external documentation.
arrangeIcons(This) -> ok
 
Types:
This = wxMDIParentFrame()
 
See external documentation.
cascade(This) -> ok
 
Types:
This = wxMDIParentFrame()
 
See external documentation.
create(This, Parent, Id, Title) -> boolean()
 
Types:
This = wxMDIParentFrame()
 
Parent = wxWindow:wxWindow()
 
Id = integer()
 
Title = unicode:chardata()
 
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
 
Types:
This = wxMDIParentFrame()
 
Parent = wxWindow:wxWindow()
 
Id = integer()
 
Title = unicode:chardata()
 
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
 
See external documentation.
getActiveChild(This) -> wxMDIChildFrame:wxMDIChildFrame()
 
Types:
This = wxMDIParentFrame()
 
See external documentation.
getClientWindow(This) -> wxMDIClientWindow:wxMDIClientWindow()
 
Types:
This = wxMDIParentFrame()
 
See external documentation.
tile(This) -> ok
 
Types:
This = wxMDIParentFrame()
 
Equivalent to tile(This, []).
tile(This, Options::[Option]) -> ok
 
Types:
This = wxMDIParentFrame()
 
Option = {orient, wx:wx_enum()}
 
See external documentation.
 
Orient = ?wxHORIZONTAL | ?wxVERTICAL | ?wxBOTH
destroy(This::wxMDIParentFrame()) -> ok
 
Destroys this object, do not use object again

AUTHORS

<>
wx 1.8