TreeModelFilter.setVisibleColumn

Sets column of the child_model to be the column where filter should look for visibility information. columns should be a column of type G_TYPE_BOOLEAN, where true means that a row is visible, and false if not.

Note that gtk.tree_model_filter.TreeModelFilter.setVisibleFunc or gtk.tree_model_filter.TreeModelFilter.setVisibleColumn can only be called once for a given filter model.

class TreeModelFilter
void
setVisibleColumn
(
int column
)

Parameters

column int

A harfbuzz.types.int which is the column containing the visible information