/* -*- 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_ */ antw44/cgit/cgit.cgi/freebsd-ports-graphics/commit/lang/php_doc'>commitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset edwin's ports, he has handed in his commit bit.rene2016-11-171-1/+1
* Convert USE_PHP*=yes into USES=php*mat2016-06-281-1/+0
* - Fix from r407972 was broken by PORTREVISION bump. Fix the port properly and...amdmi32016-02-051-5/+6
* Add forgotten portbump as contents of this port and slaves have changedpawel2016-02-041-0/+1
* - Due to changes in NO_WRKSUBDIR handling this port installedpawel2016-02-041-3/+3
* Fix stage violationantoine2014-08-021-1/+1
* Fix stagificationedwin2014-05-141-3/+2
* Guess who started programming in PHP again?edwin2013-10-212-29/+28
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - remove MD5ohauer2011-07-031-10/+0
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-291-4/+3
* Fix some strange installation issues which have creeped in during theedwin2010-07-141-4/+4
* Fix build wrt the changed directories in the distribution tarballs.edwin2010-07-061-6/+7
* Update to version 2010-07-05 of the PHP documentation.edwin2010-07-052-31/+31
* Update the PHP documentation to 2009-09-01edwin2009-09-012-34/+40
* Update to todays documentation.edwin2009-05-142-22/+22
* Chase changes in distinfo too!edwin2008-08-051-21/+21
* Update to 2008-08-04. Please note that a lot of languages have gone...edwin2008-08-042-57/+27
* Upgrade to 2007-11-25 version of manual.edwin2008-03-182-42/+40
* Half yearly update.edwin2007-04-242-40/+40
* Update to the 2006-10-07 versionedwin2006-10-072-40/+40
* Update PHP Manuals to version 2006-07-06edwin2006-07-062-40/+51
* update to latest versions (2006-01-28 according to website)edwin2006-02-092-40/+45
* Add SHA256 checksums to the distinfo files.edwin2005-11-091-13/+26
* add makesum target to this port so it can generate the distinfos for all slav...edwin2005-11-091-21/+14
* Update to 2005-10-20 versions of documentation.edwin2005-10-202-28/+27
* Some archives have a html/ prefix, some don't. Make sure this isedwin2005-05-281-5/+18
* add Chinese translations to slave dirsedwin2005-05-231-1/+12
* add Chese translationsedwin2005-05-231-1/+3
* Upgrade to the 2005-05-21 snapshots of the PHP manualsedwin2005-05-232-16/+32
* Fix "php_doc-fr-20041012 failed on i3865" pkg-plist problem.edwin2005-03-221-2/+2
* Add portugese/php_doc to SLAVEDIRSedwin2004-10-211-1/+1
* Sync with the latest version of the PHP documents.edwin2004-10-122-15/+15
* Add support for polish/php_doc on request ofedwin2004-07-032-1/+4
* [PATCH] lang/php_doc-en: some fixesedwin2004-06-157-15944/+7
* Add support for the brazillian version of the manual. No slave port yet.edwin2004-06-152-0/+3
* - Take maintainership (stale port)edwin2004-06-14