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

wxGridCellAttr(3erl)					     Erlang Module Definition					      wxGridCellAttr(3erl)

NAME
wxGridCellAttr - See external documentation: wxGridCellAttr. DESCRIPTION
See external documentation: wxGridCellAttr . DATA TYPES
wxGridCellAttr() : 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
setTextColour(This::wxGridCellAttr(), ColText::colour() (see module wx)) -> ok See external documentation . setBackgroundColour(This::wxGridCellAttr(), ColBack::colour() (see module wx)) -> ok See external documentation . setFont(This::wxGridCellAttr(), Font::wxFont() (see module wxFont)) -> ok See external documentation . setAlignment(This::wxGridCellAttr(), HAlign::integer(), VAlign::integer()) -> ok See external documentation . setReadOnly(This::wxGridCellAttr()) -> ok Equivalent to setReadOnly(This, []) . setReadOnly(This::wxGridCellAttr(), Options::[Option]) -> ok Types Option = {isReadOnly, bool()} See external documentation . setRenderer(This::wxGridCellAttr(), Renderer::wxGridCellRenderer() (see module wxGridCellRenderer)) -> ok See external documentation . setEditor(This::wxGridCellAttr(), Editor::wxGridCellEditor() (see module wxGridCellEditor)) -> ok See external documentation . hasTextColour(This::wxGridCellAttr()) -> bool() See external documentation . hasBackgroundColour(This::wxGridCellAttr()) -> bool() See external documentation . hasFont(This::wxGridCellAttr()) -> bool() See external documentation . hasAlignment(This::wxGridCellAttr()) -> bool() See external documentation . hasRenderer(This::wxGridCellAttr()) -> bool() See external documentation . hasEditor(This::wxGridCellAttr()) -> bool() See external documentation . getTextColour(This::wxGridCellAttr()) -> colour() (see module wx) See external documentation . getBackgroundColour(This::wxGridCellAttr()) -> colour() (see module wx) See external documentation . getFont(This::wxGridCellAttr()) -> wxFont() (see module wxFont) See external documentation . getAlignment(This::wxGridCellAttr()) -> {HAlign::integer(), VAlign::integer()} See external documentation . getRenderer(This::wxGridCellAttr(), Grid::wxGrid() (see module wxGrid), Row::integer(), Col::integer()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getEditor(This::wxGridCellAttr(), Grid::wxGrid() (see module wxGrid), Row::integer(), Col::integer()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . isReadOnly(This::wxGridCellAttr()) -> bool() See external documentation . setDefAttr(This::wxGridCellAttr(), DefAttr::wxGridCellAttr()) -> ok See external documentation . AUTHORS
<> wxErlang 0.98.9 wxGridCellAttr(3erl)
Man Page