On Fri, 2003-01-31 at 13:31, Karel Zak wrote: > > You need to handle CellRenderer signals. See the editable_cells part of > > gtk-demo. <ad>It's simpler and better documented in gtkmm</ad>. > > signals? The CellRenderer define only one signal "edited", but I need > change the text which go into GtkEntry. The "edited" returns final > string from this GtkEntry only. Right?
Look at CellRendererText, or whatever you are using. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
