.TH wxMDIChildFrame 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxMDIChildFrame \- See external documentation: wxMDIChildFrame. .SH DESCRIPTION .LP See external documentation: wxMDIChildFrame\&. .LP This class is derived (and can use functions) from: .br \fBwxFrame\fR\& .br \fBwxTopLevelWindow\fR\& .br \fBwxWindow\fR\& .br \fBwxEvtHandler\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B wxMDIChildFrame(): .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() -> \fBwxMDIChildFrame()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Parent, Id, Title) -> \fBwxMDIChildFrame()\fR\& .br .RS .LP Types: .RS 3 Parent = \fBwxMDIParentFrame:wxMDIParentFrame()\fR\& .br Id = integer() .br Title = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP Equivalent to \fBnew(Parent, Id, Title, [])\fR\&\&. .RE .LP .B new(Parent, Id, Title, Options::[Option]) -> \fBwxMDIChildFrame()\fR\& .br .RS .LP Types: .RS 3 Parent = \fBwxMDIParentFrame:wxMDIParentFrame()\fR\& .br Id = integer() .br Title = \fBunicode:chardata()\fR\& .br Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B activate(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMDIChildFrame()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B create(This, Parent, Id, Title) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMDIChildFrame()\fR\& .br Parent = \fBwxMDIParentFrame:wxMDIParentFrame()\fR\& .br Id = integer() .br Title = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP Equivalent to \fBcreate(This, Parent, Id, Title, [])\fR\&\&. .RE .LP .B create(This, Parent, Id, Title, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMDIChildFrame()\fR\& .br Parent = \fBwxMDIParentFrame:wxMDIParentFrame()\fR\& .br Id = integer() .br Title = \fBunicode:chardata()\fR\& .br Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B maximize(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMDIChildFrame()\fR\& .br .RE .RE .RS .LP Equivalent to \fBmaximize(This, [])\fR\&\&. .RE .LP .B maximize(This, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMDIChildFrame()\fR\& .br Option = {maximize, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B restore(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMDIChildFrame()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxMDIChildFrame()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>