Gtk.TreeModelFilter.prototype.set_visible_column
function set_visible_column(column:Number):void {
// Gjs wrapper for gtk_tree_model_filter_set_visible_column()
}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.
Since 2.4
- column
A #gint which is the column containing the visible information.