man Gtk2::TreeStore () - Gtk2::TreeStore
NAME
Gtk2::TreeStore
HIERARCHY
Glib::Object +----Gtk2::TreeStore
INTERFACES
Gtk2::TreeModel Gtk2::TreeDragSource Gtk2::TreeDragDest Gtk2::TreeSortable
METHODS
treestore = Gtk2::TreeStore->new (...)
- * ... (list) of strings, package names
$tree_store->clear
$tree_store->set_column_types (...)
- * ... (list) of strings, package names
- * ... (list) pairs of columns and values
$tree_store->reorder ($parent, ...)
- * ... (list) of integer's, the new_order
- * ... (list) pairs of columns and values
- Alias for Gtk2::TreeStore::set().
SEE ALSO
Gtk2, Glib::Object
COPYRIGHT
Copyright (C) 2003-2005 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.