|
NAMEGtk2::TreeModelFilter - wrapper for GtkTreeModelFilterHIERARCHYGlib::Object +----Gtk2::TreeModelFilter INTERFACESGtk2::TreeModel Gtk2::TreeDragSource METHODStreemodelfilter = Gtk2::TreeModelFilter->new ($child_model, $root=undef)
$filter->clear_cachetreeiter = $filter->convert_child_iter_to_iter ($child_iter)
treepath or undef = $filter->convert_child_path_to_path ($child_path)
treeiter = $filter->convert_iter_to_child_iter ($filter_iter)
treepath or undef = $path->convert_path_to_child_path ($filter_path)
treemodel = $filter->get_model$filter->set_modify_func ($types, $func=undef, $data=undef)
func is called as sub myfunc { my ($filter, $iter, $column_num, $data) = @_; ... and should return the value from the filtered model that iter row and column number. $filter->refilter$filter->set_visible_column ($column)
$filter->set_visible_func ($func, $data=undef)
PROPERTIES
SEE ALSOGtk2, Glib::ObjectCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |