Re: Best practice query: Entry field "user's done editing" handling?

2013-12-24 Thread Chris Angelico
On Tue, Dec 24, 2013 at 9:14 PM, Nicola Fontana wrote: > Il Mon, 23 Dec 2013 22:19:28 -0800 "A. Walton" scrisse: > >> Frankly I don't see what's wrong with making it instant apply from the >> description. Connect to the GtkEditable::changed signal, throw in a short >> timeout that gets reset any

Re: Best practice query: Entry field "user's done editing" handling?

2013-12-24 Thread Nicola Fontana
Il Mon, 23 Dec 2013 22:19:28 -0800 "A. Walton" scrisse: > Frankly I don't see what's wrong with making it instant apply from the > description. Connect to the GtkEditable::changed signal, throw in a short > timeout that gets reset any time someone changes the field. If they have > stopped changin