Hi

GtkEntry *entry = GTK_BIN(my_gtk_combo_box_entry)->child;
GtkEntryCompletition *completion = gtk_entry_completion_new ();
gtk_entry_set_completion (GTK_ENTRY (entry), completion);

See the GtkEntryCompletition API.

HTH

Jan-Marek
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to