aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/weekday-picker.h
Commit message (Collapse)AuthorAgeFilesLines
* Added a "changed" signal to notify of changes to the set of selected days.Federico Mena Quintero2000-11-081-0/+2
| | | | | | | | | | | | | 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
* New widget to pick weekdays.Federico Mena Quintero2000-10-071-0/+68
2000-10-06 Federico Mena Quintero <federico@helixcode.com> * gui/weekday-picker.[ch]: New widget to pick weekdays. svn path=/trunk/; revision=5774