/* * 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); GtkWidget *date_edit_new (time_t the_time, int show_time); END_GNOME_DECLS #endif n/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Expand)AuthorAgeFilesLines
* Remove the -lcompat; it's no longer need.mezz2004-07-261-1/+1
* - Add lock outgoing files with flock, XPAT command, ability to handlepav2004-07-258-3/+831
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
* Update to 1.13krion2004-07-222-3/+3
* Update to 1.10.2krion2004-07-212-3/+3
* S-news is a simple news server for hosts with one or two users.pav2004-07-187-0/+122
* Update to 1.1.1sem2004-07-154-4/+28
* files/patch-send-fidogate.in: fix send-fidogate warningssem2004-07-152-0/+50
* - Remove useless duplicated bogus CONFIGURE_ARGS+='s.clement2004-07-152-2/+0
* DS fork of fidogate. It can be used as:sem2004-07-136-0/+263
* - Update to 20040707 snapshotclement2004-07-095-28/+59
* Update to 1.10.1vs2004-06-242-3/+3
* Add uudeview-support: WITH_DEVIEWvs2004-06-231-0/+5
* Add an explicit dependency on gtk20 to fix the build when WITHOUT_GTKSPELLmarcus2004-06-201-1/+1
* Update to version 1.1mich2004-06-182-6/+6
* Update to version 0.27krion2004-06-182-6/+5
* Fix build with gcc34arved2004-06-131-0/+9
* - Update to version 1.10.0krion2004-06-113-18/+4
* Sync with new bsd.autotools.mkade2004-06-053-3/+4
* Don't remove a file we didn't install.kris2004-05-311-1/+0
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1
* - Update to 1.12krion2004-05-252-3/+3
* Fix formatting-bug.vs2004-05-252-1/+15
* Update URL in pkg-descr.vs2004-05-211-1/+1
* - Update to version 1.9.54krion2004-05-213-30/+8
* Move ACLOCAL from post-patch to pre-configure, because on bentoarved2004-05-171-0/+2
* Add newsstar, a program that fetches news from a number of remote NNTP serverspav2004-05-155-0/+114
* - Update to 6.6.5 and unbreak [1]vs2004-05-077-120/+40
* - Update to 1.9.53krion2004-05-062-4/+4
* - Update to 0.3.7krion2004-05-013-6/+6
* - Use /var/spool/leafnode as the default spooldirkrion2004-04-191-6/+11
* Add nzbget, a NZB binaries format downloader from Usenet groups.pav2004-04-189-0/+110
* - Remove USE_SIZE knobkrion2004-04-162-2/+0
* - Fix forgotten man page.clement2004-04-151-1/+1
* Make gtkspell support optional (defaults to on), and add OPTIONS support.marcus2004-04-121-3/+12
* Tidy up whitespace.trevor2004-04-113-4/+1
* Trim whitespace.trevor2004-04-111-1/+1
* - add/remove servers from MASTER_SITESclement2004-04-072-2/+5
* - Remove dead MASTER_SITESclement2004-04-063-625/+613
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* - Update to 1.9.52pav2004-04-045-8/+5
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-02