Query: wxprintout
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxPrintout(3erl) Erlang Module Definition wxPrintout(3erl)NAMEwxPrintout - See external documentation: wxPrintout.DESCRIPTIONSee external documentation: wxPrintout .DATA TYPESwxPrintout() : 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(Title::string(), OnPrintPage::function()) -> wxPrintout() (see module wxPrintout) @equiv new(Title, OnPrintPage, []) new(Title::string(), OnPrintPage::function(), Opts::[Option]) -> wxPrintout() (see module wxPrintout) Types Option = {onPreparePrinting, OnPreparePrinting::function()} | {onBeginPrinting, OnBeginPrinting::function()} | {onEndPrint- ing, OnEndPrinting::function()} | {onBeginDocument, OnBeginDocument::function()} | {onEndDocument, OnEndDocument::function()} | {hasPage, HasPage::function()} | {getPageInfo, GetPageInfo::function()} Creates a wxPrintout object with a callback fun and optionally other callback funs. OnPrintPage(This,Page) -> boolean() OnPreparePrinting(This) -> term() OnBeginPrinting(This) -> term() OnEndPrinting(This) -> term() OnBeginDocument(This,StartPage,EndPage) -> boolean() OnEndDocument(This) -> term() HasPage(This,Page)} -> boolean() GetPageInfo(This) -> {MinPage:.integer(), MaxPage::integer(), PageFrom::integer(), PageTo::integer()} The This argument is the wxPrintout object reference to this object NOTE: The callbacks may not call other processes. getDC(This::wxPrintout()) -> wxDC() (see module wxDC) See external documentation . getPageSizeMM(This::wxPrintout()) -> {W::integer(), H::integer()} See external documentation . getPageSizePixels(This::wxPrintout()) -> {W::integer(), H::integer()} See external documentation . getPaperRectPixels(This::wxPrintout()) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . getPPIPrinter(This::wxPrintout()) -> {X::integer(), Y::integer()} See external documentation . getPPIScreen(This::wxPrintout()) -> {X::integer(), Y::integer()} See external documentation . getTitle(This::wxPrintout()) -> string() See external documentation . isPreview(This::wxPrintout()) -> bool() See external documentation . fitThisSizeToPaper(This::wxPrintout(), ImageSize::{W::integer(), H::integer()}) -> ok See external documentation . fitThisSizeToPage(This::wxPrintout(), ImageSize::{W::integer(), H::integer()}) -> ok See external documentation . fitThisSizeToPageMargins(This::wxPrintout(), ImageSize::{W::integer(), H::integer()}, PageSetupData::wxPageSetupDialogData() (see module wxPageSetupDialogData)) -> ok See external documentation . mapScreenSizeToPaper(This::wxPrintout()) -> ok See external documentation . mapScreenSizeToPage(This::wxPrintout()) -> ok See external documentation . mapScreenSizeToPageMargins(This::wxPrintout(), PageSetupData::wxPageSetupDialogData() (see module wxPageSetupDialogData)) -> ok See external documentation . mapScreenSizeToDevice(This::wxPrintout()) -> ok See external documentation . getLogicalPaperRect(This::wxPrintout()) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . getLogicalPageRect(This::wxPrintout()) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . getLogicalPageMarginsRect(This::wxPrintout(), PageSetupData::wxPageSetupDialogData() (see module wxPageSetupDialogData)) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . setLogicalOrigin(This::wxPrintout(), X::integer(), Y::integer()) -> ok See external documentation . offsetLogicalOrigin(This::wxPrintout(), Xoff::integer(), Yoff::integer()) -> ok See external documentation . destroy(This::wxPrintout()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxPrintout(3erl)
Related Man Pages |
---|
wxcaret(3erl) - linux |
wxcombobox(3erl) - linux |
wxcontrolwithitems(3erl) - linux |
wxpagesetupdialogdata(3erl) - linux |
wxsizeritem(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
C function to test string or integer |
Call external function |