GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

Gtk2::TreeModelFilter - wrapper for GtkTreeModelFilter

  Glib::Object
  +----Gtk2::TreeModelFilter

  Gtk2::TreeModel
  Gtk2::TreeDragSource

  • $child_model (Gtk2::TreeModel)
  • $root (Gtk2::TreePath or undef)

$child_iter (Gtk2::TreeIter)

$child_path (Gtk2::TreePath)

$filter_iter (Gtk2::TreeIter)

$filter_path (Gtk2::TreePath)

  • $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.

$column (integer)

  • $func (scalar)
  • $data (scalar)

'child-model' (Gtk2::TreeModel : default undef : readable / writable / construct-only / private / static-nick / static-blurb)
The model for the filtermodel to filter
'virtual-root' (Gtk2::TreePath : default undef : readable / writable / construct-only / private / static-nick / static-blurb)
The virtual root (relative to the child model) for this filtermodel

Gtk2, Glib::Object

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.