/* -*- 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 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. * * 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_ */ /files/lodash.merge-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
* - Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax forRong-En Fan2008-08-211-0/+7
* - Fix some noticed spelling errorsAlexey Dokuchaev2008-07-231-5/+5
* Document porter visible changes from bsd.port.mk rev. 1.598Pav Lucistnik2008-07-221-0/+7
* Document wrapper option for ports-mgmt/pkg_install.Florent Thoumie2008-06-101-0/+8
* 20080414 updatesPav Lucistnik2008-04-151-0/+12
* - Document changes that have an impact on port writersPav Lucistnik2008-03-121-0/+8
* Kill EOL space, throw in a bunch of readability improvements.Alexey Dokuchaev2007-09-201-9/+9
* Document bsd.perl.mk and related changes.Mark Linimon2007-09-091-0/+16
* - Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan2007-08-041-0/+16
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+13
* - CONFIGURE_ARGS is changed to have --mandir and --infodir when theyRong-En Fan2007-07-241-0/+6
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldMaho Nakata2007-07-121-0/+8
* - Introduce kld categoryPav Lucistnik2007-07-011-0/+7
* Some spelling and markup nits.Alexey Dokuchaev2007-06-191-5/+5
* s/RELENG_4_EOL/RELEASE_4_EOL/. I probably typed the former because it wouldMark Linimon2007-06-031-1/+1
* * Make 'make-deinstall-all' check for moved ports. [1]Mark Linimon2007-05-251-0/+22
* Belatedly add the 20070313 entry, which was a minor change (add bsd.ocaml.mk;Mark Linimon2007-04-261-0/+9
* - Talk about porter's visible 2007/04/03 changesPav Lucistnik2007-04-031-0/+16
* [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrosPav Lucistnik2007-03-241-0/+21
* * Refine some comments about Linux emulation [1]Mark Linimon2007-03-061-0/+11
* bsd.port.mkPav Lucistnik2007-01-311-1/+39
* - Grammar fixup on latest entryPav Lucistnik2007-01-311-3/+3
* Add an entry that asking all ports maintainers and portsMaho Nakata2007-01-181-0/+7
* Add the changes brought in by the GNOME 2.16 import.Joe Marcus Clarke2006-10-141-0/+8
* Document bsd.port.mk 1.544 and associated changes.Mark Linimon2006-10-011-0/+16
* * Add PKGVERSION to bsd.port.mk [1]Mark Linimon2006-09-151-0/+14