Re: Passing a column number to a cell renderer's edited signal
- From: Dan <dan entropy homelinux org>
- To: "gtk-perl-list gnome org" <gtk-perl-list gnome org>
- Subject: Re: Passing a column number to a cell renderer's edited signal
- Date: Wed, 18 May 2005 13:33:35 +1000
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]