Next: Gtk2::TreeModelSort | Previous: Gtk2::TreeModel | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
Gtk2::TreeModelFilter
Glib::Object +----Gtk2::TreeModelFilter
Gtk2::TreeModel Gtk2::TreeDragSource
$types (scalar) type name string for one column, or an arrayref of type names for multiple columns
$func (scalar)
$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.
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.