/* * e-mail-attachment-bar.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 * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef E_MAIL_ATTACHMENT_BAR_H #define E_MAIL_ATTACHMENT_BAR_H #include #include /* Standard GObject macros */ #define E_TYPE_MAIL_ATTACHMENT_BAR \ (e_mail_attachment_bar_get_type ()) #define E_MAIL_ATTACHMENT_BAR(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_MAIL_ATTACHMENT_BAR, EMailAttachmentBar)) #define E_MAIL_ATTACHMENT_BAR_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_MAIL_ATTACHMENT_BAR, EMailAttachmentBarClass)) #define E_IS_MAIL_ATTACHMENT_BAR(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_MAIL_ATTACHMENT_BAR)) #define E_IS_MAIL_ATTACHMENT_BAR_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((cls), E_TYPE_MAIL_ATTACHMENT_BAR)) #define E_MAIL_ATTACHMENT_BAR_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_MAIL_ATTACHMENT_BAR, EMailAttachmentBarClass)) G_BEGIN_DECLS typedef struct _EMailAttachmentBar EMailAttachmentBar; typedef struct _EMailAttachmentBarClass EMailAttachmentBarClass; typedef struct _EMailAttachmentBarPrivate EMailAttachmentBarPrivate; struct _EMailAttachmentBar { GtkVBox parent; EMailAttachmentBarPrivate *priv; }; struct _EMailAttachmentBarClass { GtkVBoxClass parent_class; }; GType e_mail_attachment_bar_get_type (void); GtkWidget * e_mail_attachment_bar_new (EAttachmentStore *store); gint e_mail_attachment_bar_get_active_view (EMailAttachmentBar *bar); void e_mail_attachment_bar_set_active_view (EMailAttachmentBar *bar, gint active_view); gboolean e_mail_attachment_bar_get_expanded (EMailAttachmentBar *bar); void e_mail_attachment_bar_set_expanded (EMailAttachmentBar *bar, gboolean expanded); EAttachmentStore * e_mail_attachment_bar_get_store (EMailAttachmentBar *bar); G_END_DECLS #endif /* E_MAIL_ATTACHMENT_BAR_H */ 2023Q2'>2023Q2 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-081-2/+0
* Add WWW entries to port MakefilesStefan Eßer2022-09-081-0/+1
* math: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Update WWWSunpoet Po-Chuan Hsieh2018-05-281-1/+1
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-12/+12
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+1
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-091-1/+4
* Support STAGEDIR.Vanilla I. Shu2013-11-052-10/+8
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-5/+2
* - Convert to new perl frameworkAndrej Zverev2013-08-031-1/+2
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
* Reset aaron's port maintainerships due to many maintainer-timeouts.Mark Linimon2008-04-291-1/+1
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...Marcelo Araujo2008-04-171-2/+1
* Update to 0.05Erwin Lansing2008-02-242-4/+4
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-211-1/+1