/* * Calendar views. * Copyright (C) 1998 the Free Software Foundation * * Author: Miguel de Icaza (miguel@kernel.org) */ #include #include "calendar.h" #include "gnome-cal.h" GtkWidget * day_view_create (GnomeCalendar *gcal) { return gtk_label_new ("This is supposed to be the Day View"); } GtkWidget * week_view_create (GnomeCalendar *gcal) { return gtk_label_new ("This is supposed to be the Week View"); } GtkWidget * year_view_create (GnomeCalendar *gcal) { return gtk_label_new ("This is supposed to be the Year View"); } GtkWidget * tasks_create (GnomeCalendar *gcal) { return gtk_label_new ("This is supposed to be the Tasks View"); } 44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.16jadawin2014-07-252-3/+3
* Support STAGEDIR.vanilla2013-11-072-5/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21