| Evolution Utilities Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
Synopsis
struct ESpellEntry; GtkWidget * e_spell_entry_new (void); void e_spell_entry_set_languages (ESpellEntry *spell_entry,GList *languages); gboolean e_spell_entry_get_checking_enabled (ESpellEntry *spell_entry); void e_spell_entry_set_checking_enabled (ESpellEntry *spell_entry,gboolean enable_checking);
Implemented Interfaces
ESpellEntry implements AtkImplementorIface, GtkBuildable, GtkEditable, GtkCellEditable and EExtensible.
Details
e_spell_entry_set_languages ()
void e_spell_entry_set_languages (ESpellEntry *spell_entry,GList *languages);
e_spell_entry_get_checking_enabled ()
gboolean e_spell_entry_get_checking_enabled (ESpellEntry *spell_entry);
e_spell_entry_set_checking_enabled ()
void e_spell_entry_set_checking_enabled (ESpellEntry *spell_entry,gboolean enable_checking);
