wxComboBox
MODULE
wxComboBox
MODULE SUMMARY
See external documentation: wxComboBox.
DESCRIPTION
See external documentation: wxComboBox.
  
This class is derived (and can use functions) from:
  
wxControlWithItems
  
wxControl
  
wxWindow
  
wxEvtHandler
  
- 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()
new(Parent, Id) -> wxComboBox()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
 
new(Parent, Id, Option::[Option]) -> wxComboBox()
Types:
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)}
 
create(This, Parent, Id, Value, Pos, Size, Choices) -> boolean()
Types:
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()
Types:
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)}
 
canCopy(This) -> boolean()
Types:
This = wxComboBox()
 
canCut(This) -> boolean()
Types:
This = wxComboBox()
 
canPaste(This) -> boolean()
Types:
This = wxComboBox()
 
canRedo(This) -> boolean()
Types:
This = wxComboBox()
 
canUndo(This) -> boolean()
Types:
This = wxComboBox()
 
copy(This) -> ok
Types:
This = wxComboBox()
 
cut(This) -> ok
Types:
This = wxComboBox()
 
getInsertionPoint(This) -> integer()
Types:
This = wxComboBox()
 
getLastPosition(This) -> integer()
Types:
This = wxComboBox()
 
getValue(This) -> charlist() (see module unicode)
Types:
This = wxComboBox()
 
paste(This) -> ok
Types:
This = wxComboBox()
 
redo(This) -> ok
Types:
This = wxComboBox()
 
replace(This, From, To, Value) -> ok
Types:
This = wxComboBox()
From = integer()
To = integer()
Value = chardata() (see module unicode)
 
remove(This, From, To) -> ok
Types:
This = wxComboBox()
From = integer()
To = integer()
 
setInsertionPoint(This, Pos) -> ok
Types:
This = wxComboBox()
Pos = integer()
 
setInsertionPointEnd(This) -> ok
Types:
This = wxComboBox()
 
setSelection(This, N) -> ok
Types:
This = wxComboBox()
N = integer()
 
setSelection(This, From, To) -> ok
Types:
This = wxComboBox()
From = integer()
To = integer()
 
setValue(This, Value) -> ok
Types:
This = wxComboBox()
Value = chardata() (see module unicode)
 
undo(This) -> ok
Types:
This = wxComboBox()
 
destroy(This::wxComboBox()) -> ok
Destroys this object, do not use object again