RGtk2 (version 2.20.31)

gtkTreeModelFilterSetVisibleColumn: gtkTreeModelFilterSetVisibleColumn

Description

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.

Usage

gtkTreeModelFilterSetVisibleColumn(object, column)

Arguments

column
A integer which is the column containing the visible information.

Details

Since 2.4