How can I update a treeview cell with a date selected from a calendar?
The cell is a GtkCellRendererText and pops up a calendar with the
"editing-started" signal when it gets focus.
Thanks,
Dave
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gn
On Wed, Jun 04, 2008 at 03:26:33PM -0400, Eric Pastoor wrote:
> I'm calling the function on the signal connected to row-expand.
That's probably one of the problems, since at that point the exact
heights and locations aren't known yet (these are calculated in an
idle). You might want to use an idl