expand_all


Description:

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

Expands the item and/or its children.

Parameters:

inclusive

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

recursive

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

Since:

0.2

See also:

Granite.Widgets.SourceList.ExpandableItem.expanded