TreeView.expandRow

Opens the row so its children are visible.

  1. int expandRow(TreeIter iter, TreeModelIF model, int openAll)
  2. int expandRow(TreePath path, int openAll)
    class TreeView
    int
    expandRow

Parameters

path TreePath

path to a row

openAll int

whether to recursively expand, or just expand immediate children

Return Value

Type: int

TRUE if the row existed and had children

Meta