ComboBox.getActiveIter

bool getActiveIter(out gtk.tree_iter.TreeIter iter)

Sets iter to point to the currently active item.

If no item is active, iter is left unchanged.

Parameters

iterA gtk.tree_iter.TreeIter

Returns

true if iter was set, false otherwise

Deprecated