TreeView.expandRow

Opens the row so its children are visible.

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

Parameters

path TreePath

path to a row

openAll bool

whether to recursively expand, or just expand immediate children

Return Value

Type: bool

TRUE if the row existed and had children