Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::treemodelfilter(3) [suse man page]

Gtk2::TreeModelFilter(3)				User Contributed Perl Documentation				  Gtk2::TreeModelFilter(3)

NAME
Gtk2::TreeModelFilter HIERARCHY
Glib::Object +----Gtk2::TreeModelFilter INTERFACES
Gtk2::TreeModel Gtk2::TreeDragSource METHODS
treemodelfilter = Gtk2::TreeModelFilter->new ($child_model, $root=undef) o $child_model (Gtk2::TreeModel) o $root (Gtk2::TreePath or undef) $filter->clear_cache treeiter = $filter->convert_child_iter_to_iter ($child_iter) o $child_iter (Gtk2::TreeIter) treepath or undef = $filter->convert_child_path_to_path ($child_path) o $child_path (Gtk2::TreePath) treeiter = $filter->convert_iter_to_child_iter ($filter_iter) o $filter_iter (Gtk2::TreeIter) treepath or undef = $path->convert_path_to_child_path ($filter_path) o $filter_path (Gtk2::TreePath) treemodel = $filter->get_model $filter->set_modify_func ($types, $func=undef, $data=undef) o $types (scalar) type name string for one column, or an arrayref of type names for multiple columns o $func (scalar) o $data (scalar) 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) o $column (integer) $filter->set_visible_func ($func, $data=undef) o $func (scalar) o $data (scalar) PROPERTIES
'child-model' (Gtk2::TreeModel : readable / writable / construct-only / private) The model for the filtermodel to filter 'virtual-root' (Gtk2::TreePath : readable / writable / construct-only / private) The virtual root (relative to the child model) for this filtermodel SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::TreeModelFilter(3)

Check Out this Related Man Page

Gtk2::RecentFilter(3)					User Contributed Perl Documentation				     Gtk2::RecentFilter(3)

NAME
Gtk2::RecentFilter HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::RecentFilter METHODS
recentfilter = Gtk2::RecentFilter->new $filter->add_age ($days) o $days (integer) $filter->add_application ($application) o $application (string) $filter->add_custom ($needed, $func, $data=undef) o $needed (Gtk2::RecentFilterFlags) o $func (scalar) o $data (scalar) $filter->add_group ($group) o $group (string) $filter->add_mime_type ($mime_type) o $mime_type (string) $filter->add_pattern ($pattern) o $pattern (string) $filter->add_pixbuf_formats boolean = $filter->filter ($filter_info) o $filter_info (scalar) string = $filter->get_name $filter->set_name ($name) o $name (string) recentfilterflags = $filter->get_needed ENUMS AND FLAGS
flags Gtk2::RecentFilterFlags o 'uri' / 'GTK_RECENT_FILTER_URI' o 'display-name' / 'GTK_RECENT_FILTER_DISPLAY_NAME' o 'mime-type' / 'GTK_RECENT_FILTER_MIME_TYPE' o 'application' / 'GTK_RECENT_FILTER_APPLICATION' o 'group' / 'GTK_RECENT_FILTER_GROUP' o 'age' / 'GTK_RECENT_FILTER_AGE' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::RecentFilter(3)
Man Page