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, Parent) -> wxPreviewFrame()

Types:

Preview = wxPrintPreview() (see module wxPrintPreview)

Parent = wxWindow() (see module wxWindow)

Equivalent to new(Preview, Parent, []).

new(Preview, Parent, Option::[Option]) -> wxPreviewFrame()

Types:

Preview = wxPrintPreview() (see module wxPrintPreview)

Parent = wxWindow() (see module wxWindow)

Option = {title, chardata() (see module unicode)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

createControlBar(This) -> ok

Types:

This = wxPreviewFrame()

See external documentation.

createCanvas(This) -> ok

Types:

This = wxPreviewFrame()

See external documentation.

initialize(This) -> ok

Types:

This = wxPreviewFrame()

See external documentation.

onCloseWindow(This, Event) -> ok

Types:

This = wxPreviewFrame()

Event = wxCloseEvent() (see module wxCloseEvent)

See external documentation.

destroy(This::wxPreviewFrame()) -> ok

Destroys this object, do not use object again

AUTHORS

<>