The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gapp::TreeViewColumn - TreeViewColumn Widget

OBJECT HIERARCHY

Gapp::Widget
+-- Gapp::TreeViewColumn

PROVIDED ATTRIBUTES

data_column
isa: Int
default: 0
data_func
isa: Str|CodeRef|Undef
name
isa: Str
default: undef
renderer
isa: Gapp::CellRenderer
default: Gapp::CellRenderer->new( class => 'Gtk2::CellRendererText', property => 'markup' );
values
isa: ArrayRef

DELEGATES TO GTK

Attributes

title

AUTHORS

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

COPYRIGHT & LICENSE

    Copyright (c) 2011 Jeffrey Ray Hallock.

    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.