aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/meeting-time-sel/e-meeting-time-sel-item.h
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-06-17 12:13:42 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-06-17 12:13:42 +0800
commite67721cbd7d3549c07701913b1de32fac8807063 (patch)
treefde1d7371b609a5706d8ed654e3105f9de83980a /widgets/meeting-time-sel/e-meeting-time-sel-item.h
parent105f78dbe88c6d22f9b5e007420b50c341e0eedb (diff)
downloadgsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.tar
gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.tar.gz
gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.tar.bz2
gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.tar.lz
gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.tar.xz
gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.tar.zst
gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.zip
updated to use EText items rather than GtkEntry widgets and added support
2000-06-17 Damon Chaplin <damon@helixcode.com> * widgets/meeting-time-sel/*: updated to use EText items rather than GtkEntry widgets and added support for adding new rows. svn path=/trunk/; revision=3604
Diffstat (limited to 'widgets/meeting-time-sel/e-meeting-time-sel-item.h')
-rw-r--r--widgets/meeting-time-sel/e-meeting-time-sel-item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/meeting-time-sel/e-meeting-time-sel-item.h b/widgets/meeting-time-sel/e-meeting-time-sel-item.h
index c2bd2872ce..d9fe6c6a9b 100644
--- a/widgets/meeting-time-sel/e-meeting-time-sel-item.h
+++ b/widgets/meeting-time-sel/e-meeting-time-sel-item.h
@@ -57,6 +57,7 @@ struct _EMeetingTimeSelectorItem
/* This GC is used for most of the drawing. The fg/bg colors are
changed for each bit. */
GdkGC *main_gc;
+ GdkGC *stipple_gc;
/* The normal & resize cursors. */
GdkCursor *normal_cursor;