Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxstatusbar(3erl) [linux man page]

wxStatusBar(3erl)					     Erlang Module Definition						 wxStatusBar(3erl)

NAME
wxStatusBar - See external documentation: wxStatusBar. DESCRIPTION
See external documentation: wxStatusBar . This class is derived (and can use functions) from: wxWindow wxEvtHandler DATA TYPES
wxStatusBar() : 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() -> wxStatusBar() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxStatusBar() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxStatusBar() Types Option = {winid, integer()} | {style, integer()} See external documentation . create(This::wxStatusBar(), Parent::wxWindow() (see module wxWindow)) -> bool() Equivalent to create(This, Parent, []) . create(This::wxStatusBar(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {winid, integer()} | {style, integer()} See external documentation . getFieldRect(This::wxStatusBar(), I::integer(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> bool() See external documentation . getFieldsCount(This::wxStatusBar()) -> integer() See external documentation . getStatusText(This::wxStatusBar()) -> string() Equivalent to getStatusText(This, []) . getStatusText(This::wxStatusBar(), Options::[Option]) -> string() Types Option = {number, integer()} See external documentation . popStatusText(This::wxStatusBar()) -> ok Equivalent to popStatusText(This, []) . popStatusText(This::wxStatusBar(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . pushStatusText(This::wxStatusBar(), Text::string()) -> ok Equivalent to pushStatusText(This, Text, []) . pushStatusText(This::wxStatusBar(), Text::string(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . setFieldsCount(This::wxStatusBar(), Number::integer()) -> ok Equivalent to setFieldsCount(This, Number, []) . setFieldsCount(This::wxStatusBar(), Number::integer(), Options::[Option]) -> ok Types Option = {widths, [integer()]} See external documentation . setMinHeight(This::wxStatusBar(), Height::integer()) -> ok See external documentation . setStatusText(This::wxStatusBar(), Text::string()) -> ok Equivalent to setStatusText(This, Text, []) . setStatusText(This::wxStatusBar(), Text::string(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . setStatusWidths(This::wxStatusBar(), Widths_field::[integer()]) -> ok See external documentation . setStatusStyles(This::wxStatusBar(), Styles::[integer()]) -> ok See external documentation . destroy(This::wxStatusBar()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxStatusBar(3erl)

Check Out this Related Man Page

wxChoicebook(3erl)					     Erlang Module Definition						wxChoicebook(3erl)

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