This is more or less what I did except I added a signal_connect separately
to the visibilty (which is in a cell_data_function on first renderer)
ie: (perl)
my @cells=Treeview->get_column(n)->get_cells;
then
$cells[n]->signal_connect(blah
}
);
(where n is the appropriate number of column/renderer)
This is more or less what I did except I added a signal_connect separately
to the visibilty (which is in a cell_data_function on first renderer)
ie: (perl)
my @cells=Treeview->get_column(n)->get_cells;
then
$cells[n]->signal_connect(blah
}
);
(where n is the appropriate number of column/renderer)
On 04/29/2019 10:36 AM, Mike Martin via gtk-app-devel-list wrote:
Has anyone done anything like this?
I haven't, but you are welcome to my simple Glade mockup:
1
one
2
two