wxControlWithItems

See external documentation: wxControlWithItems.

See external documentation: wxControlWithItems.

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

Types


wxControlWithItems() = wx:wx_object()

Functions


append(This, Item) -> integer()

  • This = wxControlWithItems()
  • Item = chardata() (see module unicode)

See external documentation.

append(This, Item, ClientData) -> integer()

  • This = wxControlWithItems()
  • Item = chardata() (see module unicode)
  • ClientData = term()

See external documentation.

appendStrings(This, Strings) -> ok

  • This = wxControlWithItems()
  • Strings = [chardata() (see module unicode)]

See external documentation.

clear(This) -> ok

  • This = wxControlWithItems()

See external documentation.

delete(This, N) -> ok

  • This = wxControlWithItems()
  • N = integer()

See external documentation.

findString(This, S) -> integer()

  • This = wxControlWithItems()
  • S = chardata() (see module unicode)

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

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

  • This = wxControlWithItems()
  • S = chardata() (see module unicode)
  • Option = {bCase, boolean()}

See external documentation.

getClientData(This, N) -> term()

  • This = wxControlWithItems()
  • N = integer()

See external documentation.

setClientData(This, N, ClientData) -> ok

  • This = wxControlWithItems()
  • N = integer()
  • ClientData = term()

See external documentation.

getCount(This) -> integer()

  • This = wxControlWithItems()

See external documentation.

getSelection(This) -> integer()

  • This = wxControlWithItems()

See external documentation.

getString(This, N) -> charlist() (see module unicode)

  • This = wxControlWithItems()
  • N = integer()

See external documentation.

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

  • This = wxControlWithItems()

See external documentation.

insert(This, Item, Pos) -> integer()

  • This = wxControlWithItems()
  • Item = chardata() (see module unicode)
  • Pos = integer()

See external documentation.

insert(This, Item, Pos, ClientData) -> integer()

  • This = wxControlWithItems()
  • Item = chardata() (see module unicode)
  • Pos = integer()
  • ClientData = term()

See external documentation.

isEmpty(This) -> boolean()

  • This = wxControlWithItems()

See external documentation.

select(This, N) -> ok

  • This = wxControlWithItems()
  • N = integer()

See external documentation.

setSelection(This, N) -> ok

  • This = wxControlWithItems()
  • N = integer()

See external documentation.

setString(This, N, S) -> ok

  • This = wxControlWithItems()
  • N = integer()
  • S = chardata() (see module unicode)

See external documentation.

setStringSelection(This, S) -> boolean()

  • This = wxControlWithItems()
  • S = chardata() (see module unicode)

See external documentation.