.TH wxPreviewFrame 3erl "wx 0.99.2" "" "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 \fIwxPreviewFrame()\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(Preview, Parent) -> wxPreviewFrame() .br .RS .LP Types: .RS 3 Preview = wxPrintPreview() (see module wxPrintPreview) .br Parent = wxWindow() (see module wxWindow) .br .RE .RE .RS .LP Equivalent to \fBnew(Preview, Parent, [])\fR\&\&. .RE .LP .B new(Preview, Parent, Option::[Option]) -> wxPreviewFrame() .br .RS .LP Types: .RS 3 Preview = wxPrintPreview() (see module wxPrintPreview) .br Parent = wxWindow() (see module wxWindow) .br Option = {title, chardata() (see module unicode)} | {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 = wxPreviewFrame() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B createCanvas(This) -> ok .br .RS .LP Types: .RS 3 This = wxPreviewFrame() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B initialize(This) -> ok .br .RS .LP Types: .RS 3 This = wxPreviewFrame() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B onCloseWindow(This, Event) -> ok .br .RS .LP Types: .RS 3 This = wxPreviewFrame() .br Event = wxCloseEvent() (see module wxCloseEvent) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxPreviewFrame()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>