org.gnu.gtk
public interface TreeViewRowSeparatorMethod
Method Summary | |
---|---|
boolean | isSeparator(TreeModel model, TreeIter iter)
Determine if the given row (iter in the given
TreeModel should be displayed as a separator.
|
Returns: true if the row is a separator, false otherwise.