mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
Take widget->state into account when painting the shadows. (#150351, Tim
2004-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when painting the shadows. (#150351, Tim Janik)
This commit is contained in:
parent
54fb7a7b0d
commit
eacbe5e136
@ -1,3 +1,8 @@
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
|
||||
painting the shadows. (#150351, Tim Janik)
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
|
||||
painting the shadows. (#150351, Tim Janik)
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
|
||||
painting the shadows. (#150351, Tim Janik)
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
|
||||
painting the shadows. (#150351, Tim Janik)
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
|
||||
|
@ -566,7 +566,7 @@ gtk_frame_paint (GtkWidget *widget,
|
||||
|
||||
|
||||
gtk_paint_shadow_gap (widget->style, widget->window,
|
||||
GTK_STATE_NORMAL, frame->shadow_type,
|
||||
widget->state, frame->shadow_type,
|
||||
area, widget, "frame",
|
||||
x, y, width, height,
|
||||
GTK_POS_TOP,
|
||||
@ -574,7 +574,7 @@ gtk_frame_paint (GtkWidget *widget,
|
||||
}
|
||||
else
|
||||
gtk_paint_shadow (widget->style, widget->window,
|
||||
GTK_STATE_NORMAL, frame->shadow_type,
|
||||
widget->state, frame->shadow_type,
|
||||
area, widget, "frame",
|
||||
x, y, width, height);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user