You may want to derive a class from GtkEntryCompletion (see the code
of it) and reimplement the auto completion callback.

May you create your callback (called when the user writes some thing
on the entry) and try toshow the completion list from a query in a
database,  even if it is just a XML file; may you want to use Gnome-db
for it (www.gnome-db.org)

2006/7/27, Svaty Krtek <[EMAIL PROTECTED]>:
> Hello,
> I want to make a dictionary with posibility of completion like it is
> in GtkEntry Completion. But the dictionary has more items than is
> possible to fit into GtkEntry Completion, so I'm looking for the same
> appearance like GtkEntryCompletion has, but I want to make completion
> by myself. Can anyone advise me how to do it? Thanks
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>


-- 
Trabajar, la mejor arma para tu superación
"de grano en grano, se hace la arena" (R) (entrámite, pero para los
cuates: LIBRE)
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to