[maemo-developers] how to get the current item of GtkEntryCompletion list when up arrows moves throuth items
From: Xan Lopez xan.lopez at gmail.comDate: Tue Mar 13 12:36:37 EET 2007
- Previous message: how to get the current item of GtkEntryCompletion list when up arrows moves throuth items
- Next message: how to get the current item of GtkEntryCompletion list when up arrows moves throuth items
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/13/07, bocheng at redflag-linux.com <bocheng at redflag-linux.com> wrote: > > > main purpose of the code below is when putting some characters such as to > ,oa,and so on, the list of completion will show all strings that contains > the characters ,but when I tip Tab key on the keyboard , it moves through > all the match items in the list ,But what signal should I connect to show > current string on the entry when tipping Tab continuous in the matching list > ? You can't really do this with GtkEntryCompletion. There's a bug upstream about this (http://bugzilla.gnome.org/show_bug.cgi?id=318459) with a patch that will hopefully be integrated in GTK+ 2.12, but that's the closest it gets. Cheers, Xan > > > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://maemo.org/mailman/listinfo/maemo-developers > >
- Previous message: how to get the current item of GtkEntryCompletion list when up arrows moves throuth items
- Next message: how to get the current item of GtkEntryCompletion list when up arrows moves throuth items
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]