aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/weekday-picker.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-11-08 05:43:28 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-11-08 05:43:28 +0800
commit13ef654ef7766db0bd74945607279ec56e49863d (patch)
tree56cb53b024607bb1dff8bdabef6abe4faf3411fd /calendar/gui/weekday-picker.h
parent35a8813a4800909bc39ba284e79db08ae1fa2d11 (diff)
downloadgsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.tar
gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.tar.gz
gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.tar.bz2
gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.tar.lz
gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.tar.xz
gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.tar.zst
gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.zip
Added a "changed" signal to notify of changes to the set of selected days.
2000-11-07 Federico Mena Quintero <federico@helixcode.com> * gui/weekday-picker.h (WeekdayPickerClass): Added a "changed" signal to notify of changes to the set of selected days. * gui/weekday-picker.c (weekday_picker_class_init): Create the "changed" signal. (weekday_picker_set_days): Emit the "changed" signal. svn path=/trunk/; revision=6487
Diffstat (limited to 'calendar/gui/weekday-picker.h')
-rw-r--r--calendar/gui/weekday-picker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/weekday-picker.h b/calendar/gui/weekday-picker.h
index df053a1f6f..cd24bb86e4 100644
--- a/calendar/gui/weekday-picker.h
+++ b/calendar/gui/weekday-picker.h
@@ -49,6 +49,8 @@ struct _WeekdayPicker {
struct _WeekdayPickerClass {
GnomeCanvasClass parent_class;
+
+ void (* changed) (WeekdayPicker *wp);
};
GtkType weekday_picker_get_type (void);