/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Author : * Damon Chaplin * * Copyright 1999, Ximian, Inc. * Copyright 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA */ #ifndef _E_WEEK_VIEW_EVENT_ITEM_H_ #define _E_WEEK_VIEW_EVENT_ITEM_H_ #include "e-week-view.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* * EWeekViewEventItem - displays the background, times and icons for an event * in the week/month views. A separate EText canvas item is used to display & * edit the text. */ #define E_WEEK_VIEW_EVENT_ITEM(obj) (GTK_CHECK_CAST((obj), \ e_week_view_event_item_get_type (), EWeekViewEventItem)) #define E_WEEK_VIEW_EVENT_ITEM_CLASS(k) (GTK_CHECK_CLASS_CAST ((k),\ e_week_view_event_item_get_type ())) #define E_IS_WEEK_VIEW_EVENT_ITEM(o) (GTK_CHECK_TYPE((o), \ e_week_view_event_item_get_type ())) typedef struct { GnomeCanvasItem canvas_item; /* The event index in the EWeekView events array. */ gint event_num; /* The span index within the event. */ gint span_num; } EWeekViewEventItem; typedef struct { GnomeCanvasItemClass parent_class; } EWeekViewEventItemClass; GtkType e_week_view_event_item_get_type (void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_WEEK_VIEW_EVENT_ITEM_H_ */ ion> FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/korean
Commit message (Expand)AuthorAgeFilesLines
* - Update LICENSE accordingly, now that OFL10 and OFL11 are definedThomas Abthorpe2013-11-052-8/+2
* Support stage, use bsdtar to extractBaptiste Daroussin2013-11-041-5/+4
* - Update to 4.0.6.Jung-uk Kim2013-10-262-5/+4
* - Remove manual creation and removal of share/applications, as it's now in th...Dmitry Marakasov2013-10-221-1/+0
* Support for this language has ceased within the PHP documentation.Edwin Groothuis2013-10-212-11/+0
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.Raphael Kubo da Costa2013-10-141-2/+1
* korean/scim-hangul: add <unistd.h> for modern compilersJohn Marino2013-10-031-0/+10
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-2143-56/+56
* Add explicit dependency on pkgconf (20 ports)John Marino2013-09-121-1/+1
* Use MAKE_ARGS to simplify patches.Jung-uk Kim2013-09-042-11/+1
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
* Do not extract object files from the release tarball to simplify build.Jung-uk Kim2013-08-311-1/+1
* Fix build with Glib20 2.36.Jung-uk Kim2013-08-311-3/+4
* Fix build with Clang. Remove defunct master site.Jung-uk Kim2013-08-316-34/+337
* Update to 4.0.5.Jung-uk Kim2013-08-231-4/+4
* - Convert to new perl frameworkAndrej Zverev2013-07-311-1/+1
* - Convert to new perl frameworkAndrej Zverev2013-07-313-3/+6
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-275-540/+0
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-6/+2
* Fix INDEX by really fixing the kde4-l10n portsBaptiste Daroussin2013-07-101-0/+1
* KDE4 l10n fixes.Raphael Kubo da Costa2013-07-102-3/+1
* Add local distfiles.Jung-uk Kim2013-07-091-1/+3
* Add local distfile and trim makefile header.Jung-uk Kim2013-07-091-6/+3
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-051-2/+2
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-031-2/+2
* - Take over the maintainership. [1]Jung-uk Kim2013-06-251-12/+9
* Update to 1.4.2.Jung-uk Kim2013-06-222-16/+10
* Add an option to build with GTK+ 3.0.Jung-uk Kim2013-06-223-13/+37
* Update to 1.0.0.Jung-uk Kim2013-06-223-10/+15
* Update to 2.1.1.Jung-uk Kim2013-06-222-4/+3
* Remove extra line space.Boris Samorodov2013-06-221-1/+0
* . delete an article from COMMENT;Boris Samorodov2013-06-221-6/+2
* . NOPORTDOCS -> PORT_OPTIONS:MDOCS;Boris Samorodov2013-06-222-6/+10
* Use @${MKDIR} instead of direct use of command command "mkdir -p".Boris Samorodov2013-06-221-1/+1
* . incorporate PLIST_FILES;Boris Samorodov2013-06-222-3/+1
* Update to 4.0.4.Jung-uk Kim2013-06-20