/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * mail-search.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 the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * 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 _MAIL_SEARCH_H_ #define _MAIL_SEARCH_H_ #ifdef _cplusplus extern "C" { #pragma } #endif /* _cplusplus */ #include #include "mail-display.h" #define MAIL_SEARCH_TYPE (mail_search_get_type ()) #define MAIL_SEARCH(o) (GTK_CHECK_CAST ((o), MAIL_SEARCH_TYPE, MailSearch)) #define MAIL_SEARCH_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), MAIL_SEARCH_TYPE, MailSearch)) #define IS_MAIL_SEARCH(o) (GTK_CHECK_TYPE ((o), MAIL_SEARCH_TYPE)) #define IS_MAIL_SEARCH_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), MAIL_SEARCH_TYPE)) typedef struct _MailSearch MailSearch; typedef struct _MailSearchClass MailSearchClass; struct _MailSearch { GnomeDialog parent; MailDisplay *mail; GtkWidget *entry; GtkWidget *msg_frame; GtkWidget *count_label; gboolean search_forward, case_sensitive; gchar *last_search; guint begin_handler; guint match_handler; }; struct _MailSearchClass { GnomeDialogClass parent_class; }; GtkType mail_search_get_type (void); void mail_search_construct (MailSearch *, MailDisplay *); GtkWidget *mail_search_new (MailDisplay *); #ifdef _cplusplus } #endif /* _cplusplus */ #endif /* _MAIL_SEARCH_H_ */ yarn/devel/electron4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark as BROKEN on 4.xkrion2004-06-281-1/+7
* Update to 0.5.0.adamw2004-06-254-16/+23
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* This port now seems to compile on 5.xkris2004-02-181-7/+1
* BROKEN on 5.x: Does not compilekris2004-02-091-1/+7
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* SIZEify.trevor2004-01-291-0/+1
* - Update to version 0.4.4krion2004-01-274-115/+110
* KATO-san notes that this port has been updated since I startedlinimon2003-12-221-7/+1
* Per bento logs, mark as broken on recent 5.x versions.linimon2003-12-221-1/+7
* - Update to version 0.4.3krion2003-12-183-3/+25
* - Update to version 0.4.2krion2003-11-115-7/+121
* - Update to version 0.4.1krion2003-10-034-2/+35
* - Fix build on bentokrion2003-10-011-0/+1
* - Fix buildkrion2003-09-191-1/+1
* - Update to version 0.4.0krion2003-09-0312-106/+36
* Fix build on -currentkrion2003-07-2510-0/+101
* Update to 0.3.3arved2003-06-233-24/+26
* Update to 0.3.2arved2003-06-233-4/+18
* Update to 0.3.1anholt2003-05-023-8/+36
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Update to version 0.2.4kevlo2002-09-023-3/+4
* Update to 0.2.3pat2002-07-062-3/+6
* - GNU_CONFIGURE -> USE_LIBTOOLijliao2002-06-093-13/+21
* upgrade to 0.2.2ijliao2002-06-065-22/+6
* add vamos 0.1.11ijliao2002-03-16