wxpreviewframe(3) - Linux man page
Name
wxPreviewFrame - See external documentation: wxPreviewFrame.Description
See external documentation: wxPreviewFrame.
This class is derived (and can use functions) from:
wxFrame
wxTopLevelWindow
wxWindow
wxEvtHandler
Data Types
- wxPreviewFrame():
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.
Exports
new(Preview::wxPrintPreview() (see module wxPrintPreview), Parent::wxWindow() (see module wxWindow)) -> wxPreviewFrame()
Equivalent to new(Preview, Parent, []).
new(Preview::wxPrintPreview() (see module wxPrintPreview), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxPreviewFrame()
- Types:
Option = {title, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See external documentation.
createControlBar(This::wxPreviewFrame()) -> ok
See external documentation.
createCanvas(This::wxPreviewFrame()) -> ok
See external documentation.
initialize(This::wxPreviewFrame()) -> ok
See external documentation.
onCloseWindow(This::wxPreviewFrame(), Event::wxCloseEvent() (see module wxCloseEvent)) -> ok
See external documentation.
destroy(This::wxPreviewFrame()) -> ok
Destroys this object, do not use object again
Authors
<>