/* * EventEditor widget * Copyright (C) 1998 the Free Software Foundation * * Author: Miguel de Icaza (miguel@kernel.org) */ #ifndef EVENT_EDITOR_H #define EVENT_EDITOR_H #include "gnome-cal.h" #include BEGIN_GNOME_DECLS #define EVENT_EDITOR(obj) GTK_CHECK_CAST(obj, event_editor_get_type(), EventEditor) #define EVENT_EDITOR_CLASS(class) GTK_CHECK_CAST_CLASS(class, event_editor_get_type(), EventEditorClass) #define IS_EVENT_EDITOR(obj) GTK_CHECK_TYPE(obj, event_editor_get_type()) typedef struct { GnomeDialog dialog; GtkWidget *notebook; GtkWidget *general; GtkWidget *general_table; GtkWidget *general_time_table; GtkWidget *general_allday; GtkWidget *general_owner; GtkWidget *general_summary; GtkWidget *start_time, *end_time; GtkWidget *general_radios; GtkWidget *recur_page_label; GtkWidget *recur_vbox; GtkWidget *recur_hbox; GSList *recur_rr_group; GtkWidget *recur_rr_notebook; GtkWidget *recur_rr_day_period; GtkWidget *recur_rr_week_period; GtkWidget *recur_rr_week_days [7]; GtkWidget *recur_rr_month_date; GtkWidget *recur_rr_month_date_label; GtkWidget *recur_rr_month_day; GtkWidget *recur_rr_month_weekday; GtkWidget *recur_rr_month_period; GtkWidget *recur_rr_year_period; GSList *recur_ed_group; GtkWidget *recur_ed_end_on; GtkWidget *recur_ed_end_after; GtkWidget *recur_ex_date; GtkWidget *recur_ex_vbox; GtkWidget *recur_ex_clist; /* The associated ical object */ iCalObject *ical; /* The calendar owner of this event */ GnomeCalendar *gnome_cal; } EventEditor; typedef struct { GnomeDialogClass parent_class; } EventEditorClass; guint event_editor_get_type (void); GtkWidget *event_editor_new (GnomeCalendar *owner, iCalObject *); /* Convenience function to create and show a new event editor for an event that goes from day_begin * to day_end of the specified day. */ void event_editor_new_whole_day (GnomeCalendar *owner, time_t day); END_GNOME_DECLS #endif eebsd-ports-graphics/'>summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-OpenGL
Commit message (Expand)AuthorAgeFilesLines
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-081-3/+3
* Rename the following Haskell ports to bring them in sync with thepgj2010-05-252-8/+4
* Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalpgj2010-05-132-166/+101
* - Update to 2.4.0.1pgj2010-01-063-19/+16
* - Update HsColour to 1.15pgj2009-12-071-1/+2
* - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-023-131/+158
* - Respect LOCALBASEpgj2009-07-101-0/+4
* Chase libgmp and bump PORTREVISION.ale2009-05-131-2/+2
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+2
* Upgrade ghc to 6.8.3.obraun2008-07-192-4/+5
* Update to 2.2.1.1.obraun2007-12-313-12/+11