Hi all,
i wonder if we can implement a wxchecklistbox with 3 state checkbox, so we will have checked, unchecked and undetermined state.
Thanx
asa
wxCheckListBox and 3 state checkbox Topic is solved
Re: wxCheckListBox and 3 state checkbox
It should be simple to implement if needed, seeing that wxCheckBox already supports the 3rd state. You can make your own using that wxControl and wxControlWithItems; see the wxListBox and wxCheckListBox as examples on how to do it.
Re: wxCheckListBox and 3 state checkbox
allright i guess ill try