summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2015-10-12common: Moved some functions over from plugins/sysinfo that are useful for th...Arnavion
2015-10-11win32: Update Visual Studio 2015 redist links in installertomek
2015-10-11win32: Add Windows 10 ID to manifesttomek
2015-10-11readme.md: Update jenkins linkstomek
2015-10-10Use VS 2015Arnavion
2015-10-10fe-gtk: Use manual registration for resources.Arnavion
2015-10-09Update logo .ico with new shadow and standard sizesobskyr
2015-10-09Update logo SVG to smaller, solid shadowobskyr
2015-10-05win32: Don't rely on CWD for portable-mode checkPatrick Griffis
2015-09-30configure: Clean up Python checkingPatrick Griffis
2015-09-21Merge pull request #1162 from obskyr/masterTingPing
2015-09-14Don't use SASL on an unknown networkPatrick Griffis
2015-09-11TLS: Set SNI hostname before connectmoparisthebest
2015-09-05Removed SeionIRC from the serverlistLee Watson
2015-09-03Improve /mode behaviorTingPing
2015-08-20Fix select regression.RichardHitt
2015-08-02Fix crash in DBus pluginasarium
2015-06-04Fix possible overflowTingPing
2015-05-28Fix warningTingPing
2015-05-27Fix mnemonic col
/*
 * @file libsexy/sexy-spell-entry.h Entry widget
 *
 * @Copyright (C) 2004-2006 Christian Hammond.
 *
 * This library 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) any later version.
 *
 * This library 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 this library; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 * Boston, MA  02111-1307, USA.
 */
#ifndef _SEXY_SPELL_ENTRY_H_
#define _SEXY_SPELL_ENTRY_H_

typedef struct _SexySpellEntry      SexySpellEntry;
typedef struct _SexySpellEntryClass SexySpellEntryClass;
typedef struct _SexySpellEntryPriv  SexySpellEntryPriv;

#include <gtk/gtkentry.h>

#define SEXY_TYPE_SPELL_ENTRY            (sexy_spell_entry_get_type())
#define SEX