RE: GtkEntry and "editing_done" signal



I'd like to automatically change a field from a value edited in a
GtkEdit widget. What I'm doing now is : make the Gtk signal
"editing_done" active on the widget. But it doesn't seem to work, I
never get my callback function called. Is there's something I missed,
must I put a mask on the widget to make the "editing_done" 
signal work ?
(I'm using glade-2)

Do you mean GtkEntry instead of GtkEdit? and we are talking about changing
another cell in a GtkTreeView when the changes in the text of the cell you
are editing are apparant?

I dont think it is possible.  Looking at the documentation, there is no
reference to a GtkEditable or GtkEntry widget from the cell renderer.  If
so, you could manipulate it like any other entry box.

Regards,
Martyn




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]