Re: [java-gnome-hackers] Looking for contributors for my incomplete Java-Gnome Bazaar branches
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-07-28 09:57:02
|
On Tue, 2009-07-28 at 06:56 +0300, Serkan Kaba wrote: > 2009/7/28 Andrew Cowie <an...@op...>: > > Does SexySpellEntry use the same back end that GtkSpell does? > The difference is GtkSpell is attached to TextView's (multiline) but > SexySpellEntry is a subclass of GtkEntry (single line) Yup, I know what the difference between an Entry and a TextView is. :) Let me try asking a different way: Does the SexySpellEntry Entry subclass use the same back-end that the TextView augmented with GtkSpell does? ie, - same UI [popup of word suggestions, etc]? - same back-end [presumably enchant powered to $whichever engine]? There is nothing worse than having keep adding all my words to yet-another spell checking back-end; it would be a non-starter if you had a java-gnome application full of TextViews and Entries that used a *different* spell checking dictionary for each. AfC Sydney |