Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxlistitem(3erl) [linux man page]

wxListItem(3erl)					     Erlang Module Definition						  wxListItem(3erl)

NAME
wxListItem - See external documentation: wxListItem. DESCRIPTION
See external documentation: wxListItem . DATA TYPES
wxListItem() : 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() -> wxListItem() See external documentation . new(Item::wxListItem()) -> wxListItem() See external documentation . clear(This::wxListItem()) -> ok See external documentation . getAlign(This::wxListItem()) -> WxListColumnFormat Types WxListColumnFormat = integer() See external documentation . WxListColumnFormat is one of ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER getBackgroundColour(This::wxListItem()) -> colour() (see module wx) See external documentation . getColumn(This::wxListItem()) -> integer() See external documentation . getFont(This::wxListItem()) -> wxFont() (see module wxFont) See external documentation . getId(This::wxListItem()) -> integer() See external documentation . getImage(This::wxListItem()) -> integer() See external documentation . getMask(This::wxListItem()) -> integer() See external documentation . getState(This::wxListItem()) -> integer() See external documentation . getText(This::wxListItem()) -> string() See external documentation . getTextColour(This::wxListItem()) -> colour() (see module wx) See external documentation . getWidth(This::wxListItem()) -> integer() See external documentation . setAlign(This::wxListItem(), Align::WxListColumnFormat) -> ok Types WxListColumnFormat = integer() See external documentation . WxListColumnFormat is one of ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER setBackgroundColour(This::wxListItem(), ColBack::colour() (see module wx)) -> ok See external documentation . setColumn(This::wxListItem(), Col::integer()) -> ok See external documentation . setFont(This::wxListItem(), Font::wxFont() (see module wxFont)) -> ok See external documentation . setId(This::wxListItem(), Id::integer()) -> ok See external documentation . setImage(This::wxListItem(), Image::integer()) -> ok See external documentation . setMask(This::wxListItem(), Mask::integer()) -> ok See external documentation . setState(This::wxListItem(), State::integer()) -> ok See external documentation . setStateMask(This::wxListItem(), StateMask::integer()) -> ok See external documentation . setText(This::wxListItem(), Text::string()) -> ok See external documentation . setTextColour(This::wxListItem(), ColText::colour() (see module wx)) -> ok See external documentation . setWidth(This::wxListItem(), Width::integer()) -> ok See external documentation . destroy(This::wxListItem()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxListItem(3erl)

Check Out this Related Man Page

wxPrintDialogData(3erl) 				     Erlang Module Definition					   wxPrintDialogData(3erl)

NAME
wxPrintDialogData - See external documentation: wxPrintDialogData. DESCRIPTION
See external documentation: wxPrintDialogData . DATA TYPES
wxPrintDialogData() : 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() -> wxPrintDialogData() See external documentation . new(DialogData::wxPrintDialogData() | wxPrintData() (see module wxPrintData)) -> wxPrintDialogData() See external documentation . enableHelp(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . enablePageNumbers(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . enablePrintToFile(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . enableSelection(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . getAllPages(This::wxPrintDialogData()) -> bool() See external documentation . getCollate(This::wxPrintDialogData()) -> bool() See external documentation . getFromPage(This::wxPrintDialogData()) -> integer() See external documentation . getMaxPage(This::wxPrintDialogData()) -> integer() See external documentation . getMinPage(This::wxPrintDialogData()) -> integer() See external documentation . getNoCopies(This::wxPrintDialogData()) -> integer() See external documentation . getPrintData(This::wxPrintDialogData()) -> wxPrintData() (see module wxPrintData) See external documentation . getPrintToFile(This::wxPrintDialogData()) -> bool() See external documentation . getSelection(This::wxPrintDialogData()) -> bool() See external documentation . getToPage(This::wxPrintDialogData()) -> integer() See external documentation . isOk(This::wxPrintDialogData()) -> bool() See external documentation . setCollate(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . setFromPage(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . setMaxPage(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . setMinPage(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . setNoCopies(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . setPrintData(This::wxPrintDialogData(), PrintData::wxPrintData() (see module wxPrintData)) -> ok See external documentation . setPrintToFile(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . setSelection(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . setToPage(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . destroy(This::wxPrintDialogData()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxPrintDialogData(3erl)
Man Page