Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Gtk3 TreeView

by renegadex (Beadle)
on Jul 02, 2012 at 02:48 UTC ( [id://979357]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $model = Gtk3::ListStore->new('Glib::String');
    my $list = Gtk3::TreeView->new();
    ...
    $cell->set('editable'=>1);
    my $column = Gtk3::TreeViewColumn->new_with_attributes('name',$cell,'t
    +ext',$i);
    $list->append_column($column);
    
  2. or download this
    http://python-gtk-3-tutorial.readthedocs.org/en/latest/cellrenderers.h
    +tml#cellrenderertext
    
  3. or download this
    $list->set($iter,0,'edited text here');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://979357]
Approved by ig
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (11)
As of 2024-03-28 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found