Re: MS style combobox

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux