/dports/textproc/gtkspell/gtkspell-2.0.16/docs/ |
H A D | tutorial.sgml | 5 be as simple as calling <function>gtkspell_new_attach</function> to 14 will call <function>gtkspell_new_attach</function> like this:</para> 17 gtkspell_new_attach(GTK_TEXT_VIEW(view), NULL, NULL); 27 <para><function>gtkspell_new_attach</function> returns <literal>FALSE</literal> 37 if (!gtkspell_new_attach(GTK_TEXT_VIEW(view), NULL, &err)) {
|
/dports/textproc/gtkspell/gtkspell-2.0.16/gtkspell/ |
H A D | deprecated.c | 34 gtkspell_new_attach(view, NULL, NULL); in gtkspell_attach()
|
H A D | gtkspell.h | 26 GtkSpell* gtkspell_new_attach(GtkTextView *view,
|
H A D | gtkspell.c | 739 gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) { in gtkspell_new_attach() function
|
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/win32/ |
H A D | wspell.h | 34 #define gtkspell_new_attach( view, lang, error ) \ macro
|
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/win32/ |
H A D | wspell.h | 34 #define gtkspell_new_attach( view, lang, error ) \ macro
|
/dports/net-im/finch/pidgin-2.14.8/pidgin/win32/ |
H A D | wspell.h | 34 #define gtkspell_new_attach( view, lang, error ) \ macro
|
/dports/textproc/gtkspell/gtkspell-2.0.16/examples/ |
H A D | simple.c | 17 if (gtkspell_new_attach(GTK_TEXT_VIEW(view), NULL, &error) == NULL) { in main()
|
H A D | advanced.c | 29 spell = gtkspell_new_attach(GTK_TEXT_VIEW(view), NULL, &error); in attach_cb()
|
/dports/devel/p5-Gtk2-Spell/Gtk2-Spell-1.04/ |
H A D | GtkSpell.xs | 63 RETVAL = gtkspell_new_attach(view, lang, &error);
|
/dports/editors/poedit/poedit-1.8.4/src/ |
H A D | spellchecking.cpp | 109 gtkspell_new_attach(textview, lang.Code().c_str(), &err); in InitTextCtrlSpellchecker()
|
/dports/textproc/gtkspell/gtkspell-2.0.16/ |
H A D | README | 23 Use gtkspell_new_attach() to attach a new GtkSpell to a GtkTextView.
|
/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/ |
H A D | Entry.cs | 874 gtkspell_new_attach(Handle, null, IntPtr.Zero); in InitSpellCheck() 889 static extern IntPtr gtkspell_new_attach(IntPtr text_view, in gtkspell_new_attach() method in Smuxi.Frontend.Gnome.Entry
|
/dports/editors/gobby/gobby-0.4.13/src/ |
H A D | docwindow.cpp | 157 if(gtkspell_new_attach(GTK_TEXT_VIEW(m_view), NULL, &error) == NULL) in DocWindow()
|
/dports/news/pan/pan-0.145/pan/gui/ |
H A D | post-ui.cc | 301 gtkspell_new_attach (view, _spellcheck_language.c_str(), &err); in set_spellcheck_enabled() 305 gtkspell_new_attach (view, NULL, &err); in set_spellcheck_enabled() 313 gtkspell_new_attach (view, NULL, &err); in set_spellcheck_enabled()
|
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanyvc/src/ |
H A D | geanyvc.c | 48 static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) in gtkspell_new_attach() function 1785 …speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_e… in vccommit_activated()
|