Perl/Gtk CVS 19991001 CList->get_row_data



Hi,

I am having trouble setting and getting row data on a CTree (aka CList).
Just after I have $ctree->set_row_data($row); I try to get the data back
but when I do:
    print "Row data is '".$ctree->get_row_data($row)."'\n";

all I get is:
    Row data is 'UNKNOWN(0x8662840)' (different rows but same ref each time)

and when I try to do the same in another sub, all I get is undef.

Is this Perl/Gtk or am I doing something wrong?

Regards, Dermot



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]