summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.h
diff options
context:
space:
mode:
authorCDT 1998 Shawn T. Amundson <amundson@gtk.org>1998-10-05 03:52:48 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-10-05 03:52:48 +0000
commit6b15c2ca820758fe65866f611cc80697fcc304d0 (patch)
tree9ed24706c29a444e0ae9cd54204607db17ab729f /gtk/gtkcalendar.h
parentedebc6cf21c4468589b0ed2ea64dcc4fe2c9a4c4 (diff)
downloadgtk+-6b15c2ca820758fe65866f611cc80697fcc304d0.tar.gz
gtk/gtkcalendar.c: More changes: - The day with focus is now seperated
Sun Oct 4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkcalendar.h: gtk/gtkcalendar.c: More changes: - The day with focus is now seperated from the day selected - The day with focus has the xor's line around it - The selected day is now standard selected style - The week names and week numbers are now also drawn with selected style - Space now selects the day which has focus
Diffstat (limited to 'gtk/gtkcalendar.h')
-rw-r--r--gtk/gtkcalendar.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h
index 31b0588c6c..00636a215d 100644
--- a/gtk/gtkcalendar.h
+++ b/gtk/gtkcalendar.h
@@ -71,9 +71,13 @@ struct _GtkCalendar
GdkColor marked_date_color[31];
GdkGC *gc;
-
- guint highlight_row;
- guint highlight_col;
+ GdkGC *xor_gc;
+
+ gint focus_row;
+ gint focus_col;
+
+ gint highlight_row;
+ gint highlight_col;
gpointer private_data;
char grow_space [32];