org.gnu.gtk
public interface TreeModelFilterVisibleMethod
Method Summary | |
---|---|
boolean | filter(TreeModel model, TreeIter iter)
Determine whether the given row (iter) in the given
TreeModel should be visible.
|
Returns: true if the row should be visible, false otherwise.