Last updated: Sun, 12 May 2013 view this page in English
GtkTreeModelFilter::set_visible_column
void set_visible_column(int column);
Sets column of the child model to be the column
where filter should look for visibility information.
The column should be a column of type
Gobject::TYPE_BOOLEAN,
where true means that a row is visible,
and false not.
Once set, the column cannot be changed or disabled.
User Contributed Notes gtk.gtktreemodelfilter.method.set_visible_column.php
There are no user contributed notes for this page.