.TH wxMDIClientWindow 3erl "wx 1.8" "" "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 wxMDIClientWindow(): .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() -> \fBwxMDIClientWindow()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Parent) -> \fBwxMDIClientWindow()\fR\& .br .RS .LP Types: .RS 3 Parent = \fBwxMDIParentFrame:wxMDIParentFrame()\fR\& .br .RE .RE .RS .LP \fIThis function is deprecated: \fR\&deprecated function not available in wxWidgets-2\&.9 and later .LP Equivalent to \fBnew(Parent, [])\fR\&\&. .RE .LP .B new(Parent, Options::[Option]) -> \fBwxMDIClientWindow()\fR\& .br .RS .LP Types: .RS 3 Parent = \fBwxMDIParentFrame:wxMDIParentFrame()\fR\& .br Option = {style, integer()} .br .RE .RE .RS .LP \fIThis function is deprecated: \fR\&deprecated function not available in wxWidgets-2\&.9 and later .LP See external documentation\&. .RE .LP .B createClient(This, Parent) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMDIClientWindow()\fR\& .br Parent = \fBwxMDIParentFrame:wxMDIParentFrame()\fR\& .br .RE .RE .RS .LP Equivalent to \fBcreateClient(This, Parent, [])\fR\&\&. .RE .LP .B createClient(This, Parent, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMDIClientWindow()\fR\& .br Parent = \fBwxMDIParentFrame:wxMDIParentFrame()\fR\& .br Option = {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxMDIClientWindow()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>