Hi all-
I'm working on an app that classifies words. This might be a little confusing but I'll try to explain:
There are three states for word foo
1. Word foo can belong to bin a,b,c or d.
2. Foo might possibly belong(maybe you are not sure if it belongs) to bin a,b,c or d.
3. Foo does not belong to any of them.
In our design spec we said it would be nice to have a list control that contains a 4 checkboxes
(for bin a,b,c,d) and the word. We want a special feature for the checkboxes, namely it
should be tri-state.
The checkbox should cycle from nothing to a check to a question mark to nothing, when clicked.
Is this possible?
We are fine with implementing a control but should it be subclassed off of wxControl?
Any other hints?
The other question is how do I put these controls in a listControl? We want to be
able to sort by word and also by state of any of the 4 checkboxes? Again it doesn't
seem like I can do this natively, I just asking for hints here.
thanks for your time
matt