summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCDT 1998 Shawn T. Amundson <amundson@gtk.org>1998-09-27 18:32:00 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-09-27 18:32:00 +0000
commit31045ef4f2362d49cb29d6e746c3a7af563381be (patch)
tree64e99080d3eb441e08cb631d38ef2fec2f33f87a /TODO
parentfbe8f91806c6ae2192bc733de0188ee3a58e05cf (diff)
downloadgdk-pixbuf-31045ef4f2362d49cb29d6e746c3a7af563381be.tar.gz
gtk/gtkcalendar.c: examples/calendar: Added gtkcalendar widget and demo
Sun Sep 27 02:18:06 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkcalendar.h: gtk/gtkcalendar.c: examples/calendar: Added gtkcalendar widget and demo
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
index e0ae8d5f3..33710b940 100644
--- a/TODO
+++ b/TODO
@@ -275,3 +275,19 @@ Text/Edit widget:
- "changed" emitted when doing deletes on empty Text widget.
- Delete IC in editable->unrealize, not editable->finalize?
+
+Calendar Widget:
+
+ - The widget should be nicely resizeable vertical to.
+
+ - CALENDAR_MARGIN should be removed, uses INNER_BORDER and
+ style->class->[xy]thickness insted.
+
+ - Flag to choose between using standard three letter abbreviated
+ weekday name or just the first character from it. It looks like
+ that is what most other calendar-widgets do.
+
+ - Arrows should resize with the header-font.
+
+ - The keyboard support has to be finished.
+