wxComboBox.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

wxComboBox - See external documentation: wxComboBox.

DESCRIPTION

See external documentation: wxComboBox <http://www.wxwidgets.org/manuals/stable/wx_wxcombobox.html>.

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

DATA TYPES

wxComboBox():

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() -> wxComboBox()


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

new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxComboBox()


Equivalent to new(Parent, Id, []).

new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxComboBox()

Types
Option = {value, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [[string()]]} | {style, integer()} | {validator, wx() (see module wx)}

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

create(This::wxComboBox(), Parent::wxWindow() (see module wxWindow), Id::integer(), Value::string(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[[string()]]) -> bool()


Equivalent to create(This, Parent, Id, Value, Pos, Size, Choices, []).

create(This::wxComboBox(), Parent::wxWindow() (see module wxWindow), Id::integer(), Value::string(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[[string()]], Options::[Option]) -> bool()

Types
Option = {style, integer()} | {validator, wx() (see module wx)}

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

canCopy(This::wxComboBox()) -> bool()


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

canCut(This::wxComboBox()) -> bool()


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

canPaste(This::wxComboBox()) -> bool()


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

canRedo(This::wxComboBox()) -> bool()


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

canUndo(This::wxComboBox()) -> bool()


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

copy(This::wxComboBox()) -> ok


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

cut(This::wxComboBox()) -> ok


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

getInsertionPoint(This::wxComboBox()) -> integer()


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

getLastPosition(This::wxComboBox()) -> integer()


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

getValue(This::wxComboBox()) -> string()


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

paste(This::wxComboBox()) -> ok


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

redo(This::wxComboBox()) -> ok


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

replace(This::wxComboBox(), From::integer(), To::integer(), Value::string()) -> ok


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

remove(This::wxComboBox(), From::integer(), To::integer()) -> ok


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

setInsertionPoint(This::wxComboBox(), Pos::integer()) -> ok


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

setInsertionPointEnd(This::wxComboBox()) -> ok


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

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


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

setSelection(This::wxComboBox(), From::integer(), To::integer()) -> ok


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

setValue(This::wxComboBox(), Value::string()) -> ok


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

undo(This::wxComboBox()) -> ok


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

destroy(This::wxComboBox()) -> ok


Destroys this object, do not use object again