Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::treemodelfilter(3pm) [debian man page]

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

NAME
Gtk2::TreeModelFilter - wrapper for GtkTreeModelFilter 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 : default undef : readable / writable / construct-only / private) The model for the filtermodel to filter 'virtual-root' (Gtk2::TreePath : default undef : 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-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::TreeModelFilter(3pm)

Check Out this Related Man Page

Gtk2::RadioToolButton(3pm)				User Contributed Perl Documentation				Gtk2::RadioToolButton(3pm)

NAME
Gtk2::RadioToolButton - wrapper for GtkRadioToolButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ToolItem +----Gtk2::ToolButton +----Gtk2::ToggleToolButton +----Gtk2::RadioToolButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable METHODS
toolitem = Gtk2::RadioToolButton->new ($member_or_listref=undef) o $member_or_listref (scalar) toolitem = Gtk2::RadioToolButton->new_from_stock ($member_or_listref, $stock_id) o $member_or_listref (scalar) o $stock_id (string) toolitem = Gtk2::RadioToolButton->new_from_widget ($group) o $group (Gtk2::RadioToolButton or undef) toolitem = Gtk2::RadioToolButton->new_with_stock_from_widget ($group, $stock_id) o $group (Gtk2::Widget or undef) o $stock_id (string) arrayref = $button->get_group $button->set_group ($member_or_listref) o $member_or_listref (scalar) PROPERTIES
'group' (Gtk2::RadioToolButton : default undef : writable / private) The radio tool button whose group this button belongs to. SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::ToolItem, Gtk2::ToolButton, Gtk2::ToggleToolButton COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::RadioToolButton(3pm)
Man Page