The TreeView and TableView widgets use the text of the currently selected item for the name property, which is incorrect.
- The name property should be the text of label for the entire widget
- A selection and/or focus should be exposed and selection events should be fired when the selection changes. This will be difficult in the case when the selectable child items don't have their own View, just model data.
- In the case of TreeView, the level, posinset and setsize need to be exposed
Comment 1 by jamwalla@chromium.org
, Aug 29