Re: Is there a general signal a-la "text-edited" for GtkEntry

2009-10-05 Thread Ardhan Madras
Hi Todor, GtkEditable is implemented by GtkEntry, so you can pass a GtkEditable's "changed" signal to the GtkEntry widget. - Ardhan --- ttodo...@gmx.net wrote: From: Todor Todorov To: Gtk App Devel List Subject: Is there a general signal a-la "text-edited&quo

Re: Is there a general signal a-la "text-edited" for GtkEntry

2009-10-05 Thread Brian J. Tarricone
On 10/05/2009 01:34 PM, Todor Todorov wrote: > I was looking at the docs for GtkEntry in search of a general signal > which is emitted when the text in the entry changes - no matter the > reason. See GtkEditable::changed: http://library.gnome.org/devel/gtk/stable/GtkEditable.html#GtkEditable-cha

Is there a general signal a-la "text-edited" for GtkEntry

2009-10-05 Thread Todor Todorov
Hi list I was looking at the docs for GtkEntry in search of a general signal which is emitted when the text in the entry changes - no matter the reason. I would like to escape the situation where I would have to connect every possible signal like "backspace", "paste-clipboard", "insert-at-cur