/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-address-widget.h * * Copyright (C) 2001 Ximian, Inc. * * Developed by Jon Trowbridge */ /* * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. */ #ifndef __E_ADDRESS_WIDGET_H__ #define __E_ADDRESS_WIDGET_H__ #include #include #include #include #include #include G_BEGIN_DECLS #define E_TYPE_ADDRESS_WIDGET (e_address_widget_get_type ()) #define E_ADDRESS_WIDGET(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_TYPE_ADDRESS_WIDGET, EAddressWidget)) #define E_ADDRESS_WIDGET_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), E_TYPE_ADDRESS_WIDGET, EAddressWidgetClass)) #define E_IS_ADDRESS_WIDGET(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), E_TYPE_ADDRESS_WIDGET)) #define E_IS_ADDRESS_WIDGET_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), E_TYPE_ADDRESS_WIDGET)) typedef struct _EAddressWidget EAddressWidget; typedef struct _EAddressWidgetClass EAddressWidgetClass; struct _EAddressWidget { GtkEventBox parent; gchar *name; gchar *email; GtkWidget *name_widget; GtkWidget *email_widget; GtkWidget *spacer; guint query_idle_tag; guint query_tag; ECard *card; gboolean known_email; }; struct _EAddressWidgetClass { GtkEventBoxClass parent_class; }; GType e_address_widget_get_type (void); void e_address_widget_set_name (EAddressWidget *, const gchar *name); void e_address_widget_set_email (EAddressWidget *, const gchar *email); void e_address_widget_set_text (EAddressWidget *, const gchar *text); void e_address_widget_construct (EAddressWidget *); GtkWidget *e_address_widget_new (void); BonoboControl *e_address_widget_new_control (void); G_END_DECLS #endif /* __E_ADDRESS_WIDGET_H__ */ option> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to new upstream release 1.1.0.mandree2014-05-241-2/+2
* Upgrade to new upstream release 1.03. Upstream changes:mandree2014-04-011-2/+2
* Upgrade to new upstream release 1.02.mandree2013-12-311-2/+2
* Also upgrade distinfo for 1.0.1, was missing from r335914.mandree2013-12-091-2/+2
* Update distinfo path.mandree2013-10-241-2/+2
* Upgrade to first stable release.mandree2013-10-241-2/+2
* Upgrade to 1.0RC4.mandree2013-09-131-2/+2
* Upgrade to 1.0rc3.mandree2013-09-101-2/+2
* Update to new upstream RC2.mandree2013-08-121-2/+2
* Update to 1.0 RC1. Changes:mandree2013-07-041-2/+2
* Update to new upstream Beta 09 release.mandree2013-04-181-2/+2
* Update to new upstream Beta 8 version.mandree2013-01-211-2/+2
* Update to new upstream Beta 7.mandree2012-11-241-2/+2
* Update to new upstream beta6 version.mandree2012-10-191-2/+2
* Update to new upstream beta 4.mandree2012-07-211-2/+2
* Make port fetchable again.mandree2012-02-241-2/+2