Module wxComboBox

See external documentation: wxComboBox.

Description

See external documentation: wxComboBox.
This class is derived (and can use functions) from:
  • wxControlWithItems
  • wxControl
  • wxWindow
  • wxEvtHandler
  • Data Types

    wxComboBox()

    abstract datatype: 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.

    Function Index

    canCopy/1*See external documentation.
    canCut/1*See external documentation.
    canPaste/1*See external documentation.
    canRedo/1*See external documentation.
    canUndo/1*See external documentation.
    copy/1*See external documentation.
    create/7*Equivalent to create(This, Parent, Id, Value, Pos, Size, Choices, []).
    create/8*See external documentation.
    cut/1*See external documentation.
    destroy/1*Destroys this object, do not use object again.
    getInsertionPoint/1*See external documentation.
    getLastPosition/1*See external documentation.
    getValue/1*See external documentation.
    new/0*See external documentation.
    new/2*Equivalent to new(Parent, Id, []).
    new/3*See external documentation.
    paste/1*See external documentation.
    redo/1*See external documentation.
    remove/3*See external documentation.
    replace/4*See external documentation.
    setInsertionPoint/2*See external documentation.
    setInsertionPointEnd/1*See external documentation.
    setSelection/2*See external documentation.
    setSelection/3*See external documentation.
    setValue/2*See external documentation.
    undo/1*See external documentation.

    Function Details

    canCopy/1 *

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

    See external documentation.

    canCut/1 *

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

    See external documentation.

    canPaste/1 *

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

    See external documentation.

    canRedo/1 *

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

    See external documentation.

    canUndo/1 *

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

    See external documentation.

    copy/1 *

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

    See external documentation.

    create/7 *

    create(This::wxComboBox(), Parent::wxWindow: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/8 *

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

    See external documentation.

    cut/1 *

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

    See external documentation.

    destroy/1 *

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

    Destroys this object, do not use object again

    getInsertionPoint/1 *

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

    See external documentation.

    getLastPosition/1 *

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

    See external documentation.

    getValue/1 *

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

    See external documentation.

    new/0 *

    new() -> wxComboBox()

    See external documentation.

    new/2 *

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

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

    new/3 *

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

    See external documentation.

    paste/1 *

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

    See external documentation.

    redo/1 *

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

    See external documentation.

    remove/3 *

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

    See external documentation.

    replace/4 *

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

    See external documentation.

    setInsertionPoint/2 *

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

    See external documentation.

    setInsertionPointEnd/1 *

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

    See external documentation.

    setSelection/2 *

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

    See external documentation.

    setSelection/3 *

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

    See external documentation.

    setValue/2 *

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

    See external documentation.

    undo/1 *

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

    See external documentation.


    Generated by EDoc, May 26 2008, 12:35:32.