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
***tree:** The following APIs have been removed from TTkTreeWidgetItem:
9
+
-`isSelected()` method - use `TTkTreeWidget.selectedItems()` to check selection
10
+
-`setSelected(bool)` method - selection is now managed by TTkTreeWidget
11
+
-`selected` parameter in constructor - no longer supported
12
+
13
+
### Chores
14
+
15
+
***tree:** mouse hover support ([#583](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/583)) ([cda68f2](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/cda68f278a815effe500b9316de6f359e6eb14df))
16
+
***tree:** remove selected status from the treeWidgetItem ([#584](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/584)) ([b434b33](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/b434b330f9ccf47f6ba4443f667d48fa9565df64))
0 commit comments