-
OK, I see that the GtkSpell-3 branch is where that will happen. I'd still like to suggest the second API as a supplement to the list-getter.
2009-12-30 15:24:02 UTC by peterbloomfield
-
Alternatively, the API
gboolean gtkspell_can_set_language(const gchar *lang);
would be simpler to implement and use.
2009-12-30 15:02:23 UTC by peterbloomfield
-
GtkSpell adds its list of languages to GtkTextView's popup menu, so the app should make the same language choices available on one of its own menus. A simple API to allow this would be
GList *gtkspell_get_language_list(void);
with the returned list to be freed, but not the language strings.
Or should the app just do this for itself, on the assumption that GtkSpell will always use...
2009-12-30 02:27:02 UTC by peterbloomfield
-
datallah committed patchset 134 of module gtkspell2 to the GtkSpell CVS repository, changing 3 files.
2009-11-03 20:36:34 UTC by datallah
-
made 1 file-release changes.
2009-11-03 17:11:02 UTC by
-
datallah made 7 file-release changes.
2009-11-03 16:40:01 UTC by datallah
-
datallah made 3 file-release changes.
2009-11-03 16:39:06 UTC by datallah
-
datallah made 3 file-release changes.
2009-11-03 16:19:09 UTC by datallah
-
datallah made 3 file-release changes.
2009-11-03 16:18:04 UTC by datallah
-
datallah made 1 file-release changes.
2009-11-03 16:17:03 UTC by datallah