/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-task-bar.h * * Copyright (C) 2001 Ximian, Inc. * * 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. * * Author: Ettore Perazzoli */ #ifndef _E_TASK_BAR_H_ #define _E_TASK_BAR_H_ #include "e-task-widget.h" #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_TASK_BAR (e_task_bar_get_type ()) #define E_TASK_BAR(obj) (GTK_CHECK_CAST ((obj), E_TYPE_TASK_BAR, ETaskBar)) #define E_TASK_BAR_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_TASK_BAR, ETaskBarClass)) #define E_IS_TASK_BAR(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_TASK_BAR)) #define E_IS_TASK_BAR_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_TASK_BAR)) typedef struct _ETaskBar ETaskBar; typedef struct _ETaskBarPrivate ETaskBarPrivate; typedef struct _ETaskBarClass ETaskBarClass; struct _ETaskBar { GtkHBox parent; }; struct _ETaskBarClass { GtkHBoxClass parent_class; }; GtkType e_task_bar_get_type (void); void e_task_bar_construct (ETaskBar *task_bar); GtkWidget *e_task_bar_new (void); void e_task_bar_prepend_task (ETaskBar *task_bar, ETaskWidget *task_widget); void e_task_bar_remove_task (ETaskBar *task_bar, int n); ETaskWidget *e_task_bar_get_task_widget (ETaskBar *task_bar, int n); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_TASK_BAR_H_ */ -4.6.2'>dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 8.9tota2019-09-082-4/+5
* - Update to 8.8tota2019-08-042-5/+4
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-0/+1
* - Update to 8.7tota2019-07-062-6/+4
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1
* - Update to 8.4tota2018-07-022-5/+5
* - Update to 8.3tota2018-04-162-10/+10
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-0/+1
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-031-1/+1
* - Update to 8.2tota2017-09-282-4/+4
* - Update to 8.1tota2017-06-282-8/+8
* - Update to 8.0tota2017-05-042-6/+8
* - Update to 7.3tota2016-10-162-4/+4
* - Update to 7.2tota2016-09-172-5/+8
* - Update to 7.1tota2016-04-152-3/+3
* - Update to 7.0tota2016-04-092-5/+5
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-7/+7
* - Update to 6.2tota2015-11-293-4/+4
* - Update to 6.1tota2015-06-122-8/+7
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
* - Update to 5.4tota2014-05-102-3/+3
* - Update to 5.3tota2014-03-252-4/+3
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-0/+1
* - Update to 5.2tota2014-02-252-3/+3
* - Update to 5.1tota2014-02-092-4/+4
* - Update to 5.0tota2014-01-212-5/+5
* Convert Mk/bsd.cran.mk to the Uses framework.dbn2013-12-281-2/+1
* Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).dbn2013-11-281-1/+0
* Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;bf2013-11-131-1/+1
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
* - Update to 4.8tota2013-10-042-3/+3
* - Update to 4.7tota2013-09-292-3/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update to 4.06tota2013-07-052-3/+4
* - Update to 4.05tota2013-06-222-4/+3
* Update math/R to 3.0.1-patched, and adjust dependent ports;bf2013-05-281-0/+1
* - Update to 4.04tota2013-05-062-3/+3
* - Add missing dependenciestota2013-05-061-2/+5