Discussion:
Gtk.entryCompletition
f***@promotux.it
2009-10-12 01:54:41 UTC
Permalink
Is it possibile to "connect" an entry to a gtk.entrycompletition in
glade 3.6.7?
I tried but i saw just a liststore connection for gtk.entrycompletition
and a buffer or text object for the simple entry. And it is impossibile
to fill entrycompletition. in the building gui just like an Entry.
i missed something ?

thanks
F.
--
_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel
Alexey Kurochkin
2009-10-12 13:11:43 UTC
Permalink
Post by f***@promotux.it
Is it possibile to "connect" an entry to a gtk.entrycompletition in
glade 3.6.7?
I tried but i saw just a liststore connection for gtk.entrycompletition
and a buffer or text object for the simple entry. And it is impossibile
to fill entrycompletition. in the building gui just like an Entry.
i missed something ?
As far as I can tell, no, because GtkEntry doesn't have a property for
completion. As a partial solution, you should be able to define and fill
a completion object with Glade, and then attach it to the entry at the
run time.

_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel

Loading...