On Thu, 2006-12-07 at 16:24 +1100, Daniel Kasak wrote: > How do I set the font size of the editable that appears when editing > stuff in a CellRendererText?
I haven't tried it, but I think this should work: Connect to the renderer's editing-started signal and invoke modify_font on the editable in the callback. -- Bye, -Torsten _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
