Tuesday, March 11, 2008

GetActiveIter

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.

No comments: