Query: wxpreviewframe
OS: linux
Section: 3erl
Links: linux man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxPreviewFrame(3erl) Erlang Module Definition wxPreviewFrame(3erl)NAMEwxPreviewFrame - See external documentation: wxPreviewFrame.DESCRIPTIONSee external documentation: wxPreviewFrame . This class is derived (and can use functions) from: wxFrame wxTopLevelWindow wxWindow wxEvtHandlerDATA TYPESwxPreviewFrame() : 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.EXPORTSnew(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 againAUTHORS<> wxErlang 0.98.9 wxPreviewFrame(3erl)