wxComboBox

See external documentation: wxComboBox.

See external documentation: wxComboBox.

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

Types


wxComboBox() = wx:wx_object()

Functions


new() -> wxComboBox()

See external documentation.

new(Parent, Id) -> wxComboBox()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()

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

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

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Option = {value, chardata() (see module unicode)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [chardata() (see module unicode)]} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

create(This, Parent, Id, Value, Pos, Size, Choices) -> boolean()

  • This = wxComboBox()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Value = chardata() (see module unicode)
  • Pos = {X::integer(), Y::integer()}
  • Size = {W::integer(), H::integer()}
  • Choices = [chardata() (see module unicode)]

create(This, Parent, Id, Value, Pos, Size, Choices, Option::[Option]) -> boolean()

  • This = wxComboBox()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Value = chardata() (see module unicode)
  • Pos = {X::integer(), Y::integer()}
  • Size = {W::integer(), H::integer()}
  • Choices = [chardata() (see module unicode)]
  • Option = {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

canCopy(This) -> boolean()

  • This = wxComboBox()

See external documentation.

canCut(This) -> boolean()

  • This = wxComboBox()

See external documentation.

canPaste(This) -> boolean()

  • This = wxComboBox()

See external documentation.

canRedo(This) -> boolean()

  • This = wxComboBox()

See external documentation.

canUndo(This) -> boolean()

  • This = wxComboBox()

See external documentation.

copy(This) -> ok

  • This = wxComboBox()

See external documentation.

cut(This) -> ok

  • This = wxComboBox()

See external documentation.

getInsertionPoint(This) -> integer()

  • This = wxComboBox()

See external documentation.

getLastPosition(This) -> integer()

  • This = wxComboBox()

See external documentation.

getValue(This) -> charlist() (see module unicode)

  • This = wxComboBox()

See external documentation.

paste(This) -> ok

  • This = wxComboBox()

See external documentation.

redo(This) -> ok

  • This = wxComboBox()

See external documentation.

replace(This, From, To, Value) -> ok

  • This = wxComboBox()
  • From = integer()
  • To = integer()
  • Value = chardata() (see module unicode)

See external documentation.

remove(This, From, To) -> ok

  • This = wxComboBox()
  • From = integer()
  • To = integer()

See external documentation.

setInsertionPoint(This, Pos) -> ok

  • This = wxComboBox()
  • Pos = integer()

See external documentation.

setInsertionPointEnd(This) -> ok

  • This = wxComboBox()

See external documentation.

setSelection(This, N) -> ok

  • This = wxComboBox()
  • N = integer()

See external documentation.

setSelection(This, From, To) -> ok

  • This = wxComboBox()
  • From = integer()
  • To = integer()

See external documentation.

setValue(This, Value) -> ok

  • This = wxComboBox()
  • Value = chardata() (see module unicode)

See external documentation.

undo(This) -> ok

  • This = wxComboBox()

See external documentation.

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

Destroys this object, do not use object again