aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal-full-day.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-21 11:11:42 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-21 11:11:42 +0800
commit5fda22d8393b161a6539b848bdd5d88db7e77bc5 (patch)
tree848f35fd3af743ae90cc708fdd4d907fc28c4bcd /calendar/gncal-full-day.h
parentd57e1662cf2a2beb21d9413d6a4a2cef25d7c05c (diff)
downloadgsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.gz
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.bz2
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.lz
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.xz
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.zst
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.zip
Make the any-key-creates-new-appointment-at-selection thing actually work - Federico
svn path=/trunk/; revision=173
Diffstat (limited to 'calendar/gncal-full-day.h')
-rw-r--r--calendar/gncal-full-day.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/calendar/gncal-full-day.h b/calendar/gncal-full-day.h
index 97d4d9482d..0d50243dc2 100644
--- a/calendar/gncal-full-day.h
+++ b/calendar/gncal-full-day.h
@@ -49,20 +49,22 @@ struct _GncalFullDayClass {
};
-guint gncal_full_day_get_type (void);
-GtkWidget *gncal_full_day_new (GnomeCalendar *calendar, time_t lower, time_t upper);
+guint gncal_full_day_get_type (void);
+GtkWidget *gncal_full_day_new (GnomeCalendar *calendar, time_t lower, time_t upper);
-void gncal_full_day_update (GncalFullDay *fullday, iCalObject *ico, int flags);
-void gncal_full_day_set_bounds (GncalFullDay *fullday, time_t lower, time_t upper);
+void gncal_full_day_update (GncalFullDay *fullday, iCalObject *ico, int flags);
+void gncal_full_day_set_bounds (GncalFullDay *fullday, time_t lower, time_t upper);
/* Returns the selected range in lower and upper. If nothing is
* selected, return value is FALSE, otherwise it is TRUE.
* The lower and upper values are always set to proper values, regardless of
* the selection value
*/
-int gncal_full_day_selection_range (GncalFullDay *fullday, time_t *lower, time_t *upper);
+int gncal_full_day_selection_range (GncalFullDay *fullday, time_t *lower, time_t *upper);
-void gncal_full_day_focus_child (GncalFullDay *fullday, iCalObject *ico);
+void gncal_full_day_focus_child (GncalFullDay *fullday, iCalObject *ico);
+
+int gncal_full_day_get_day_start_yoffset (GncalFullDay *fullday);
END_GNOME_DECLS