[gtk-list] Re: Perl-Gtk basic problems

1999-11-07 Thread Dermot Musgrove
Luis Felipe Piccolini Marull wrote: > [...] > Thanks Dermont for all your help. But ( I'm starting to think I'm > stupid or something, or simply I don't know nothing about perl-gtk or just > perl) Hi again, it will all become clear soon. > trying to doit this error sends to me when I pu

[gtk-list] Re: Perl-Gtk basic problems

1999-11-07 Thread Luis Felipe Piccolini Marull
On Sun, 7 Nov 1999, Dermot Musgrove wrote: > Luis Felipe Piccolini Marull wrote: > > > > Return type: integer > > so to append a row with 3 columns you would call: > $form->->{'list_1_lista_amigos'}->append('hola', 'col2', 'col3'); > Thanks Dermont for all your help. But ( I'm

[gtk-list] Re: Perl-Gtk basic problems

1999-11-06 Thread Dermot Musgrove
Luis Felipe Piccolini Marull wrote: > [...] > here is my sub and I just need to know how make a sub to put a list (text) > in a CList called {'list_1_lista_amigos'} . Hi, when I replied to your private email, I told you how to append items to a List which is what you asked. A CList is not the sa