diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-01 01:36:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-01 01:36:33 +0000 |
commit | c626cd4233c03dc5a1ec81a2b272e59bed285c85 (patch) | |
tree | 62a56adb932d6e44c2779d8f84b0e42d64280e27 /gtk/gtkstyle.h | |
parent | 2635496aebb64c9daa701dbd20b9891b49c8124b (diff) | |
download | gdk-pixbuf-c626cd4233c03dc5a1ec81a2b272e59bed285c85.tar.gz |
New default theme! A slighly improved version of the 2.0 Raleigh theme,
Mon Apr 30 20:29:27 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c
gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
New default theme! A slighly improved version of the 2.0 Raleigh
theme, with Windows-esque focus/drawing default.
(GtkWidget::interior_focus defaults to TRUE.)
* gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index 1109071c0..e49e4704b 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -83,6 +83,7 @@ struct _GtkStyle GdkColor mid[5]; GdkColor text[5]; GdkColor base[5]; + GdkColor text_aa[5]; /* Halfway between text/base */ GdkColor black; GdkColor white; @@ -99,6 +100,7 @@ struct _GtkStyle GdkGC *mid_gc[5]; GdkGC *text_gc[5]; GdkGC *base_gc[5]; + GdkGC *text_aa_gc[5]; GdkGC *black_gc; GdkGC *white_gc; |