collapse_all


Description:

public void collapse_all (bool inclusive = true, bool recursive = true)

Collapses the item and/or its children.

Parameters:

inclusive

Whether to also collapse this item (true), or only its children (false).

recursive

Whether to recursively collapse all the children (true), or only immediate children (false).

Since:

0.2

See also:

Granite.Widgets.SourceList.ExpandableItem.expanded