Hello,
as I posted about before (
http://www.gtkforums.com/viewtopic.php?t=938 ), I've been writing a widget similar to the GtkCombo widget, except mine is just an entry, not an entry with a button. It catches a "keyletter" signal when the specified letter is typed at the entry, and that's the equivalent of the GtkButton in a GtkCombo.
The sources are here:
http://tdreblen.googlepages.com/pupwin.c
http://tdreblen.googlepages.com/pupwin.h
An example program is here:
http://tdreblen.googlepages.com/example.c
I would like people to test it and let me know if there are any problems. Also please let me know if it seems too specific, because I did write it for a project that I'm doing by myself. Also, for the text_column property, I didn't know what I should put for the maximum, is there a max amount of columns that can be put in a tree view that should be put there?
Lastly, I licensed it under LGPL v2 like GTK so it would be compatible, the source gives a URL for the LGPL text, but here it is also:
http://www.gnu.org/licenses/old-licenses/library.txt
I hope this is useful for someone. Thank you...