![]() |
![]() |
![]() |
MATE Dictionary Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GtkWidget * gdict_speller_new (void
); GtkWidget * gdict_speller_new_with_context (GdictContext *context
); void gdict_speller_set_context (GdictSpeller *speller
,GdictContext *context
); GdictContext * gdict_speller_get_context (GdictSpeller *speller
); void gdict_speller_set_database (GdictSpeller *speller
,const gchar *database
); const gchar * gdict_speller_get_database (GdictSpeller *speller
); void gdict_speller_set_strategy (GdictSpeller *speller
,const gchar *strategy
); const gchar * gdict_speller_get_strategy (GdictSpeller *speller
); void gdict_speller_clear (GdictSpeller *speller
); void gdict_speller_match (GdictSpeller *speller
,const gchar *word
); gint gdict_speller_count_matches (GdictSpeller *speller
); gchar ** gdict_speller_get_matches (GdictSpeller *speller
,gsize length
);
GdictSpeller is a widget showing a list of words returned by a GdictContext query, using a specific database and a matching strategy.
GtkWidget * gdict_speller_new_with_context (GdictContext *context
);
FIXME
|
a GdictContext |
Returns : |
FIXME |
Since
void gdict_speller_set_context (GdictSpeller *speller
,GdictContext *context
);
FIXME
|
a GdictSpeller |
|
a GdictContext |
Since
GdictContext * gdict_speller_get_context (GdictSpeller *speller
);
FIXME
|
a GdictSpeller |
Returns : |
a GdictContext |
Since
void gdict_speller_set_database (GdictSpeller *speller
,const gchar *database
);
FIXME
|
a GdictSpeller |
|
FIXME |
Since
const gchar * gdict_speller_get_database (GdictSpeller *speller
);
FIXME
|
a GdictSpeller |
Returns : |
FIXME |
Since FIXME
void gdict_speller_set_strategy (GdictSpeller *speller
,const gchar *strategy
);
FIXME
|
a GdictSpeller |
|
FIXME |
Since FIXME
const gchar * gdict_speller_get_strategy (GdictSpeller *speller
);
FIXME
|
a GdictSpeller |
Returns : |
FIXME |
Since FIXME
void gdict_speller_clear (GdictSpeller *speller
);
FIXME
|
a GdictSpeller |
Since FIXME
void gdict_speller_match (GdictSpeller *speller
,const gchar *word
);
FIXME
|
a GdictSpeller |
|
FIXME |
Since FIXME