Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxprinter(3erl) [linux man page]

wxPrinter(3erl) 					     Erlang Module Definition						   wxPrinter(3erl)

NAME
wxPrinter - See external documentation: wxPrinter. DESCRIPTION
See external documentation: wxPrinter . DATA TYPES
wxPrinter() : 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() -> wxPrinter() Equivalent to new([]) . new(Options::[Option]) -> wxPrinter() Types Option = {data, wxPrintDialogData() (see module wxPrintDialogData)} See external documentation . createAbortWindow(This::wxPrinter(), Parent::wxWindow() (see module wxWindow), Printout::wxPrintout() (see module wxPrintout)) -> wxWin- dow() (see module wxWindow) See external documentation . getAbort(This::wxPrinter()) -> bool() See external documentation . getLastError() -> WxPrinterError Types WxPrinterError = integer() See external documentation . WxPrinterError is one of ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR getPrintDialogData(This::wxPrinter()) -> wxPrintDialogData() (see module wxPrintDialogData) See external documentation . print(This::wxPrinter(), Parent::wxWindow() (see module wxWindow), Printout::wxPrintout() (see module wxPrintout)) -> bool() Equivalent to print(This, Parent, Printout, []) . print(This::wxPrinter(), Parent::wxWindow() (see module wxWindow), Printout::wxPrintout() (see module wxPrintout), Options::[Option]) -> bool() Types Option = {prompt, bool()} See external documentation . printDialog(This::wxPrinter(), Parent::wxWindow() (see module wxWindow)) -> wxDC() (see module wxDC) See external documentation . reportError(This::wxPrinter(), Parent::wxWindow() (see module wxWindow), Printout::wxPrintout() (see module wxPrintout), Message::string()) -> ok See external documentation . setup(This::wxPrinter(), Parent::wxWindow() (see module wxWindow)) -> bool() See external documentation . destroy(This::wxPrinter()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxPrinter(3erl)

Check Out this Related Man Page

wxToolbook(3erl)					     Erlang Module Definition						  wxToolbook(3erl)

NAME
wxToolbook - See external documentation: wxToolbook. DESCRIPTION
See external documentation: wxToolbook . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxToolbook() : 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() -> wxToolbook() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxToolbook() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxToolbook() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . addPage(This::wxToolbook(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool() Equivalent to addPage(This, Page, Text, []) . addPage(This::wxToolbook(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool() Types Option = {bSelect, bool()} | {imageId, integer()} See external documentation . advanceSelection(This::wxToolbook()) -> ok Equivalent to advanceSelection(This, []) . advanceSelection(This::wxToolbook(), Options::[Option]) -> ok Types Option = {forward, bool()} See external documentation . assignImageList(This::wxToolbook(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . create(This::wxToolbook(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool() Equivalent to create(This, Parent, Id, []) . create(This::wxToolbook(), Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> bool() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . deleteAllPages(This::wxToolbook()) -> bool() See external documentation . deletePage(This::wxToolbook(), N::integer()) -> bool() See external documentation . removePage(This::wxToolbook(), N::integer()) -> bool() See external documentation . getCurrentPage(This::wxToolbook()) -> wxWindow() (see module wxWindow) See external documentation . getImageList(This::wxToolbook()) -> wxImageList() (see module wxImageList) See external documentation . getPage(This::wxToolbook(), N::integer()) -> wxWindow() (see module wxWindow) See external documentation . getPageCount(This::wxToolbook()) -> integer() See external documentation . getPageImage(This::wxToolbook(), N::integer()) -> integer() See external documentation . getPageText(This::wxToolbook(), N::integer()) -> string() See external documentation . getSelection(This::wxToolbook()) -> integer() See external documentation . hitTest(This::wxToolbook(), Pt::{X::integer(), Y::integer()}) -> {integer(), Flags::integer()} See external documentation . insertPage(This::wxToolbook(), N::integer(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool() Equivalent to insertPage(This, N, Page, Text, []) . insertPage(This::wxToolbook(), N::integer(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool() Types Option = {bSelect, bool()} | {imageId, integer()} See external documentation . setImageList(This::wxToolbook(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . setPageSize(This::wxToolbook(), Size::{W::integer(), H::integer()}) -> ok See external documentation . setPageImage(This::wxToolbook(), N::integer(), ImageId::integer()) -> bool() See external documentation . setPageText(This::wxToolbook(), N::integer(), StrText::string()) -> bool() See external documentation . setSelection(This::wxToolbook(), N::integer()) -> integer() See external documentation . changeSelection(This::wxToolbook(), N::integer()) -> integer() See external documentation . destroy(This::wxToolbook()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxToolbook(3erl)
Man Page