[Glade-devel] Gtk.entryCompletition
Alexey Kurochkin
alexey.kurochkin at pathfinderlwd.com
Mon Oct 12 09:11:43 EDT 2009
On Mon, 2009-10-12 at 03:54 +0200, francesco at promotux.it wrote:
> 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.
More information about the Glade-devel
mailing list