You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using check states in a tree view, sometimes you want to display an indeterminate state when some children of a parent are checked and some are not. This case is not covered in the current implementation.
The text was updated successfully, but these errors were encountered:
* Add support for checkboxes in the data view; add a bool value type.
* Apply suggestions from code review
Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
* Fix comments and add a test based on PR review comments.
* Add a reference to Pyface #695
* Add missing argument to set_check_state call.
Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
When using check states in a tree view, sometimes you want to display an indeterminate state when some children of a parent are checked and some are not. This case is not covered in the current implementation.
The text was updated successfully, but these errors were encountered: