There is no GetActiveIter method in the TreeView class.
I view this as inconsistent. Both ComboBoxes and TreeViews can handle muliple selections, they should have similar interfaces.
Workaround:
You must use .Selection.GetSelected(Out iter) instead.
Post a Comment
No comments:
Post a Comment