Gapp::TreeView - TreeView Widget
The columns to add to the treeview.
The default column in the model to retrieve data from.
The contents of this column in the model will be returned when calling get_selected
.
The model to use. May be a Gapp::Model or Gtk2:: object.
An array of Gapp::TreeViewColumn objects to be displayed in the view.
Searches for and returns a column with the specified name.
Returns a list of items selected in the view.
For each of the rows selected,
the contents from data_column
in the model will be returned.
Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>
Copyright (c) 2011-2012 Jeffrey Ray Hallock. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.