.TH wxPreviewFrame 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxPreviewFrame \- See external documentation: wxPreviewFrame. .SH DESCRIPTION .LP See external documentation: wxPreviewFrame\&. .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 wxPreviewFrame(): .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(Preview, Parent) -> \fBwxPreviewFrame()\fR\& .br .RS .LP Types: .RS 3 Preview = \fBwxPrintPreview:wxPrintPreview()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br .RE .RE .RS .LP Equivalent to \fBnew(Preview, Parent, [])\fR\&\&. .RE .LP .B new(Preview, Parent, Options::[Option]) -> \fBwxPreviewFrame()\fR\& .br .RS .LP Types: .RS 3 Preview = \fBwxPrintPreview:wxPrintPreview()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br Option = {title, \fBunicode:chardata()\fR\&} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B createControlBar(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPreviewFrame()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B createCanvas(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPreviewFrame()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B initialize(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPreviewFrame()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B onCloseWindow(This, Event) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPreviewFrame()\fR\& .br Event = \fBwxCloseEvent:wxCloseEvent()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxPreviewFrame()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>