Re: [java-gnome-hackers] EntryCompletion work
Brought to you by:
afcowie
From: Serkan K. <se...@ge...> - 2009-06-16 17:37:41
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 First of all, I should say that this is *great* work. gtk_entry_completion_set_match_func can be implemented with custom signal just as gtk_tree_model_filter_set_visible_func is implemented. You can examine TreeModelFilter and GtkTreeModelFilterOverride to see how its implemented. Handler for cursor-on-match is also missing, I think you know how to handle the TreeIter by now, so that can also be covered for completeness. By the way the example works on the whole content of the entry. Is it possible to hint for multiple words breaking the text with whitespece characters? - -- Sincerely, Serkan KABA Gentoo Developer -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAko32FsACgkQRh6X64ivZaIKFgCdEFCggjgPJ+9tw+B2hNKnrDBD Y2oAnRutpB9S3fa++JmHxBKnACwWmYr3 =fJgw -----END PGP SIGNATURE----- |