diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-06-05 15:01:00 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-06-05 18:00:26 -0400 |
commit | 8da1c40d72a0fa7b68d241ac34fee6786dae073f (patch) | |
tree | 1da9bed1505b58a4d34c17149ea9b0a3f1ac2ff2 /NEWS | |
parent | a85fac714563f632a097d1c30332d10f6de50f63 (diff) | |
download | gtk+-8da1c40d72a0fa7b68d241ac34fee6786dae073f.tar.gz |
Update NEWS for GtkInfoBar
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Overview of Changes from GTK+ 2.17.1 to 2.17.2 +============================================== + +* GtkInfoBar: A new widget to show a transient 'message area' + inside a content pane. The API is similar to GtkDialog and + supports theming for different message types (warnings, + errors, etc) + +* Changes that are relevant for theme authors: + - The new GtkInfoBar widget uses symbolic colors for theming + its background color depending on the message type. By default, + it uses the same background color as tooltips. This can be turned + off with style property. + + Overview of Changes from GTK+ 2.17.0 to 2.17.1 ============================================== |