Set background of title button window to GTK_STATE_NORMAL instead of

* gtk/gtkclist.c (gtk_clist_realize): Set background of
  title button window to GTK_STATE_NORMAL instead of
  GTK_STATE_SELECTED to avoid ugly flicker.
This commit is contained in:
Stefan Jeske 1998-11-07 15:45:27 +00:00
parent 9d874ec20a
commit cf1d80fd80
8 changed files with 43 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Sat Nov 7 16:31:56 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c (gtk_clist_realize): Set background of
title button window to GTK_STATE_NORMAL instead of
GTK_STATE_SELECTED to avoid ugly flicker.
Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist

View File

@ -1,3 +1,9 @@
Sat Nov 7 16:31:56 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c (gtk_clist_realize): Set background of
title button window to GTK_STATE_NORMAL instead of
GTK_STATE_SELECTED to avoid ugly flicker.
Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist

View File

@ -1,3 +1,9 @@
Sat Nov 7 16:31:56 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c (gtk_clist_realize): Set background of
title button window to GTK_STATE_NORMAL instead of
GTK_STATE_SELECTED to avoid ugly flicker.
Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist

View File

@ -1,3 +1,9 @@
Sat Nov 7 16:31:56 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c (gtk_clist_realize): Set background of
title button window to GTK_STATE_NORMAL instead of
GTK_STATE_SELECTED to avoid ugly flicker.
Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist

View File

@ -1,3 +1,9 @@
Sat Nov 7 16:31:56 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c (gtk_clist_realize): Set background of
title button window to GTK_STATE_NORMAL instead of
GTK_STATE_SELECTED to avoid ugly flicker.
Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist

View File

@ -1,3 +1,9 @@
Sat Nov 7 16:31:56 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c (gtk_clist_realize): Set background of
title button window to GTK_STATE_NORMAL instead of
GTK_STATE_SELECTED to avoid ugly flicker.
Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist

View File

@ -1,3 +1,9 @@
Sat Nov 7 16:31:56 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c (gtk_clist_realize): Set background of
title button window to GTK_STATE_NORMAL instead of
GTK_STATE_SELECTED to avoid ugly flicker.
Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist

View File

@ -4153,7 +4153,7 @@ gtk_clist_realize (GtkWidget *widget)
gdk_window_set_user_data (clist->title_window, clist);
gtk_style_set_background (widget->style, clist->title_window,
GTK_STATE_SELECTED);
GTK_STATE_NORMAL);
gdk_window_show (clist->title_window);
/* set things up so column buttons are drawn in title window */