wxPreviewControlBar

See external documentation: wxPreviewControlBar.

See external documentation: wxPreviewControlBar.

This class is derived (and can use functions) from:
wxPanel
wxWindow
wxEvtHandler

Types


wxPreviewControlBar() = wx:wx_object()

Functions


new(Preview, Buttons, Parent) -> wxPreviewControlBar()

  • Preview = wxPrintPreview() (see module wxPrintPreview)
  • Buttons = integer()
  • Parent = wxWindow() (see module wxWindow)

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

  • Preview = wxPrintPreview() (see module wxPrintPreview)
  • Buttons = integer()
  • Parent = wxWindow() (see module wxWindow)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

createButtons(This) -> ok

  • This = wxPreviewControlBar()

See external documentation.

getPrintPreview(This) -> wxPrintPreview() (see module wxPrintPreview)

  • This = wxPreviewControlBar()

See external documentation.

getZoomControl(This) -> integer()

  • This = wxPreviewControlBar()

See external documentation.

setZoomControl(This, Zoom) -> ok

  • This = wxPreviewControlBar()
  • Zoom = integer()

See external documentation.

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

Destroys this object, do not use object again