Re: Passing a column number to a cell renderer's edited signal



False alarm.

When creating the cell renderer, I can tell it what column it's in:

$renderer->set_data( column => $column_no );

and later I can get this data back out:

my $column_no = $cell->get_data("column");

Thanks to the 'editable_cells.pl' script in the gtk-demo folder :)

Dan



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