.TH wxMDIClientWindow 3erl "wx 0.99.2" "" "Erlang Module Definition" .SH NAME wxMDIClientWindow \- See external documentation: wxMDIClientWindow. .SH DESCRIPTION .LP See external documentation: wxMDIClientWindow\&. .LP This class is derived (and can use functions) from: .br \fBwxWindow\fR\& .br \fBwxEvtHandler\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxMDIClientWindow()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxMDIClientWindow() .br .RS .LP See external documentation\&. .RE .LP .B new(Parent) -> wxMDIClientWindow() .br .RS .LP Types: .RS 3 Parent = wxMDIParentFrame() (see module wxMDIParentFrame) .br .RE .RE .RS .LP Equivalent to \fBnew(Parent, [])\fR\&\&. .RE .LP .B new(Parent, Option::[Option]) -> wxMDIClientWindow() .br .RS .LP Types: .RS 3 Parent = wxMDIParentFrame() (see module wxMDIParentFrame) .br Option = {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B createClient(This, Parent) -> boolean() .br .RS .LP Types: .RS 3 This = wxMDIClientWindow() .br Parent = wxMDIParentFrame() (see module wxMDIParentFrame) .br .RE .RE .RS .LP Equivalent to \fBcreateClient(This, Parent, [])\fR\&\&. .RE .LP .B createClient(This, Parent, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxMDIClientWindow() .br Parent = wxMDIParentFrame() (see module wxMDIParentFrame) .br Option = {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxMDIClientWindow()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>