diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-30 20:40:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-30 20:40:28 +0000 |
commit | 27bf39f924eb1e9600d574e2f97f0fb0cc2e6495 (patch) | |
tree | 4ca99341dca29756863e53c3a1b0f4c2540c407b /gtk/gtktextview.h | |
parent | 811b03aef1456ce88499896fa0618e219fd533ae (diff) | |
download | gtk+-27bf39f924eb1e9600d574e2f97f0fb0cc2e6495.tar.gz |
Validate value from GDK settings against parameter spec.
Wed May 30 15:56:30 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_get_property): Validate
value from GDK settings against parameter spec.
* gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
to temporary values and use g_value_transform(), since
thinking that GValue was going to be easy or efficient
to use was, of course, a mistake.
* gtk/gtksettings.c: Add cursor blink setting.
* gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
* gtk/gtkentry.c: Add cursor blinking.
* gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
cursor blink global settings.
* gtk/gtkentry.c (gtk_entry_button_press): Add notification
for :text_position in places where it is missing.
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r-- | gtk/gtktextview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 9224657ca3..3455655d9d 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -129,7 +129,6 @@ struct _GtkTextView GtkTextMark *dnd_mark; guint blink_timeout; - guint preblink_timeout; guint first_validate_idle; /* Idle to revalidate onscreen portion, runs before resize */ guint incremental_validate_idle; /* Idle to revalidate offscreen portions, runs after redraw */ |