diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-02 20:15:18 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-02 20:15:18 +0000 |
commit | 3961437baba035ba969e83c5bb15edce6ebc4e05 (patch) | |
tree | f5a99bb62eeb856fbd7eef304b955debf90d7902 /gtk/gtkentry.h | |
parent | 096fdfb79706a5caa5cd7610401808325aee8c31 (diff) | |
download | gtk+-3961437baba035ba969e83c5bb15edce6ebc4e05.tar.gz |
Avoid chaining up to parent impl, since we have a INPUT_ONLY window.
Mon Apr 2 16:13:58 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
chaining up to parent impl, since we have a INPUT_ONLY
window.
* gtk/gtkentry.[ch]: Add a cursor_color property to set the
foreground color for the cursor.
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index f94072b98e..a35e2be3cd 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -102,6 +102,8 @@ struct _GtkEntry gunichar invisible_char; gint width_chars; + + GdkGC *cursor_gc; }; struct _GtkEntryClass |