wxControlWithItems.3erl

Langue: en

Autres versions - même langue

Version: 271430 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxControlWithItems - See external documentation: wxControlWithItems.

DESCRIPTION

See external documentation: wxControlWithItems <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html>.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

DATA TYPES

wxControlWithItems():

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

append(This::wxControlWithItems(), Item::string()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsappend>.

append(This::wxControlWithItems(), Item::string(), ClientData::term()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsappend>.

appendStrings(This::wxControlWithItems(), Strings::[[string()]]) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsappend>.

clear(This::wxControlWithItems()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsclear>.

delete(This::wxControlWithItems(), N::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsdelete>.

findString(This::wxControlWithItems(), S::string()) -> integer()


Equivalent to findString(This, S, []).

findString(This::wxControlWithItems(), S::string(), Options::[Option]) -> integer()

Types
Option = {bCase, bool()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsfindstring>.

getClientData(This::wxControlWithItems(), N::integer()) -> term()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsgetclientobject>.

setClientData(This::wxControlWithItems(), N::integer(), ClientData::term()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemssetclientobject>.

getCount(This::wxControlWithItems()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsgetcount>.

getSelection(This::wxControlWithItems()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsgetselection>.

getString(This::wxControlWithItems(), N::integer()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsgetstring>.

getStringSelection(This::wxControlWithItems()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsgetstringselection>.

insert(This::wxControlWithItems(), Item::string(), Pos::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsinsert>.

insert(This::wxControlWithItems(), Item::string(), Pos::integer(), ClientData::term()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsinsert>.

isEmpty(This::wxControlWithItems()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsisempty>.

select(This::wxControlWithItems(), N::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemsselect>.

setSelection(This::wxControlWithItems(), N::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemssetselection>.

setString(This::wxControlWithItems(), N::integer(), S::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemssetstring>.

setStringSelection(This::wxControlWithItems(), S::string()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemssetstringselection>.