wxCheckListBox
Implements methods from the following classes
wxListBox
Methods
wxCheckListBox
Default constructor.
Check
Checks the given item.
Create
Creates the listbox for two-step construction.
IsChecked
Returns true if the given item is checked, false otherwise.
Static Methods
wxCheckListBox
wxCheckListBox
( )
Default constructor.
wxCheckListBox
(
wxWindow
&
$parent
,
integer
$id
,
wxPoint
$pos
,
wxSize
$size
,
array
$choices
,
integer
$style
,
wxValidator
$validator
=
wxDefaultValidator
,
string
$name
=
"listBox"
)
Constructor, creating and showing a list box.
Check
Check
(
integer
$item
,
bool
$check
=
true
)
Checks the given item.
Create
bool
Create
(
wxWindow
&
$parent
,
integer
$id
,
wxPoint
$pos
=
wxDefaultPosition
,
wxSize
$size
=
wxDefaultSize
,
integer
$n
,
string
$choices
=
NULL
,
integer
$style
,
wxValidator
$validator
=
wxDefaultValidator
,
string
$name
=
wxListBoxNameStr
)
Creates the listbox for two-step construction.
bool
Create
(
wxWindow
&
$parent
,
integer
$id
,
wxPoint
$pos
,
wxSize
$size
,
array
$choices
,
integer
$style
,
wxValidator
$validator
=
wxDefaultValidator
,
string
$name
=
wxListBoxNameStr
)
Creates the listbox for two-step construction.
IsChecked
bool
IsChecked
(
integer
$item
)
Returns true if the given item is checked, false otherwise.