test_expand_row


Description:

public virtual signal bool test_expand_row (TreeIter iter, TreePath path)

The given row is about to be expanded (show its children nodes).

Use this signal if you need to control the expandability of individual rows.

Parameters:

iter

the tree iter of the row to expand

path

a tree path that points to the row

Returns:

false to allow expansion, true to reject