More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-05-04 23:41:25 -04:00
parent 440e8fa47f
commit f10c760b00
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// TODO imitate gnome-calendar's day/month/year entries?
// TODO 24-hour time
// TODO don't assume all locales use :
#define dateTimePickerWidgetType (dateTimePickerWidget_get_type())
#define dateTimePickerWidget(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), dateTimePickerWidgetType, dateTimePickerWidget))