Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all
NAME
wxPreviewControlBar - See external documentation: wxPreviewControlBar.
DESCRIPTION
See external documentation: wxPreviewControlBar. This class is derived (and can use functions) from: wxPanel wxWindow wxEvtHandler
DATA TYPES
wxPreviewControlBar(): 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, Buttons, Parent) -> wxPreviewControlBar() Types: Preview = wxPrintPreview() (see module wxPrintPreview) Buttons = integer() Parent = wxWindow() (see module wxWindow) Equivalent to new(Preview, Buttons, Parent, []). new(Preview, Buttons, Parent, Option::[Option]) -> wxPreviewControlBar() Types: 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 Types: This = wxPreviewControlBar() See external documentation. getPrintPreview(This) -> wxPrintPreview() (see module wxPrintPreview) Types: This = wxPreviewControlBar() See external documentation. getZoomControl(This) -> integer() Types: This = wxPreviewControlBar() See external documentation. setZoomControl(This, Zoom) -> ok Types: This = wxPreviewControlBar() Zoom = integer() See external documentation. destroy(This::wxPreviewControlBar()) -> ok Destroys this object, do not use object again
AUTHORS
<> wx 1.1.1 wxPreviewControlBar(3erl)