wxItemContainer
Implements methods from the following classes
wxItemContainerImmutable
Methods
Append
Appends item into the control.
Delete
Deletes an item from the control.
Insert
Inserts item into the control.
Clear
Removes all items from the control.
Set
Replaces the current control contents with the given items.
Static Methods
Append
integer
Append
(
string
$item
)
Appends item into the control.
integer
Append
(
array
$items
)
Appends several items at once into the control.
Delete
Delete
(
integer
$n
)
Deletes an item from the control.
Insert
integer
Insert
(
string
$item
,
integer
$pos
)
Inserts item into the control.
integer
Insert
(
array
$items
,
integer
$pos
)
Inserts several items at once into the control.
Clear
Clear
( )
Removes all items from the control.
Set
Set
(
array
$items
)
Replaces the current control contents with the given items.