/*
 * e-spell-entry.h
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) version 3.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with the program; if not, see <http://www.gnu.org/licenses/>
 *
 */

#if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION)
#error "Only <e-util/e-util.h> should be included directly."
#endif

#ifndef E_SPELL_ENTRY_H
#define E_SPELL_ENTRY_H

#include <gtk/gtk.h>

/* Standard GObject macros */
#define E_TYPE_SPELL_ENTRY \
	(e_spell_entry_get_type ())
#define E_SPELL_ENTRY(obj) \
	(G_TYPE_CHECK_INSTANCE_CAST \
	((obj), E_TYPE_SPELL_ENTRY, ESpellEntry))
#define E_SPELL_ENTRY_CLASS(cls) \
	(G_TYPE_CHECK_CLASS_CAST \
	((cls), E_TYPE_SPELL_ENTRY, ESpellEntryClass))
#define E_IS_SPELL_ENTRY(obj) \
	(G_TYPE_CHECK_INSTANCE_TYPE \
	((obj), E_TYPE_SPELL_ENTRY))
#define E_IS_SPELL_ENTRY_CLASS(cls) \
	(G_TYPE_CHECK_CLASS_TYPE \
	((cls), E_TYPE_SPELL_ENTRY))
#define E_SPELL_ENTRY_GET_CLASS(obj) \
	(G_TYPE_INSTANCE_GET_CLASS \
	((obj), E_TYPE_SPELL_ENTRY, ESpellEntryClass))

G_BEGIN_DECLS

typedef struct _ESpellEntry ESpellEntry;
typedef struct _ESpellEntryClass ESpellEntryClass;
typedef struct _ESpellEntryPrivate ESpellEntryPrivate;

struct _ESpellEntry {
	GtkEntry parent;
	ESpellEntryPrivate *priv;
};

struct _ESpellEntryClass {
	GtkEntryClass parent_class;
};

GType		e_spell_entry_get_type		(void) G_GNUC_CONST;
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);

G_END_DECLS

#endif /* E_SPELL_ENTRY_H */
sd-ports-graphics/commit/games/motogt'>commit</a><a href='/~lantw44/cgit/freebsd-ports-graphics/diff/games/motogt'>diff</a><a href='/~lantw44/cgit/freebsd-ports-graphics/stats/games/motogt'>stats</a></td><td class='form'><form class='right' method='get' action='/~lantw44/cgit/freebsd-ports-graphics/log/games/motogt'>
<select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/~lantw44/cgit/freebsd-ports-graphics/log/'>root</a>/<a href='/~lantw44/cgit/freebsd-ports-graphics/log/games'>games</a>/<a href='/~lantw44/cgit/freebsd-ports-graphics/log/games/motogt'>motogt</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/~lantw44/cgit/freebsd-ports-graphics/log/games/motogt?showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Age</th><th class='left'>Files</th><th class='left'>Lines</th></tr>
<tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/freebsd-ports-graphics/commit/games/motogt?id=f493fce6a3261de0136fe170a7b704c4fe236b88'>Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.</a></td><td>tijl</td><td><span title='2016-10-01 03:24:30 +0800'>2016-10-01</span></td><td>1</td><td><span class='deletions'>-1</span>/<span class='insertions'>+1</span></td></tr>
<tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/freebsd-ports-graphics/commit/games/motogt?id=14a22849094230ba8f9489cd433d564e6fa195fe'>- Switch to newly supported CC licenses</a></td><td>amdmi3</td><td><span title='2016-09-14 00:11:28 +0800'>2016-09-14</span></td><td>1</td><td><span class='deletions'>-7</span>/<span class='insertions'>+4</span></td></tr>