mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
9d874ec20a
commit
cf1d80fd80
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user