/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-task-widget.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_WIDGET_H_ #define _E_TASK_WIDGET_H_ #include #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_TASK_WIDGET (e_task_widget_get_type ()) #define E_TASK_WIDGET(obj) (GTK_CHECK_CAST ((obj), E_TYPE_TASK_WIDGET, ETaskWidget)) #define E_TASK_WIDGET_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_TASK_WIDGET, ETaskWidgetClass)) #define E_IS_TASK_WIDGET(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_TASK_WIDGET)) #define E_IS_TASK_WIDGET_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_TASK_WIDGET)) typedef struct _ETaskWidget ETaskWidget; typedef struct _ETaskWidgetPrivate ETaskWidgetPrivate; typedef struct _ETaskWidgetClass ETaskWidgetClass; struct _ETaskWidget { GtkEventBox parent; ETaskWidgetPrivate *priv; }; struct _ETaskWidgetClass { GtkEventBoxClass parent_class; }; GtkType e_task_widget_get_type (void); void e_task_widget_construct (ETaskWidget *task_widget, GdkPixbuf *icon_pixbuf, const char *information); GtkWidget *e_task_widget_new (GdkPixbuf *icon_pixbuf, const char *information); void e_task_widget_update (ETaskWidget *task_widget, const char *information, double completion); void e_task_wiget_alert (ETaskWidget *task_widget); void e_task_wiget_unalert (ETaskWidget *task_widget); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_TASK_WIDGET_H_ */ >2021Q3 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/hebrew
Commit message (Expand)AuthorAgeFilesLines
* The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-6/+6
* Update KDE ports to 4.2.3makc2009-05-102-3/+8
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-4/+4
* Update KDE to 4.2.1.makc2009-03-092-4/+3
* Geresh is a multi lingual text editor, but there are a few featurestabthorpe2009-02-246-0/+105
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-095-330/+157
* Update to 1.0,makc2009-01-253-8/+10
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-292-6/+6
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-184-20/+128
* - Reset maintainer address:pav2008-06-191-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-062-1/+2
* Unbreak by fixing some old code. Fix a typo in pkg-descr.mi2008-05-223-8/+13
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-203-13/+11
* Fix distfile location for outdated koffice-l10ns.lofi2007-11-091-1/+1
* Update to KDE 3.5.8lofi2007-10-304-8/+6
* Revert more PORTREVISION accidentslofi2007-07-051-0/+1
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-045-9/+6
* BROKEN with gcc 4.2kris2007-05-271-1/+7
* - Welcome X.org 7.2 \o/.flz2007-05-206-1/+6
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-144-6/+10
* Really normalize Aspell dictionaries ports PKGVERSION...thierry2007-02-151-1/+1
* Upgrade to 1.0-0.thierry2007-02-132-4/+4
* Normalize Aspell dictionaries PKGNAMEs.thierry2007-01-141-0/+1
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-20