diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-11-30 14:06:57 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-11-30 14:06:57 -0500 |
commit | 8ecd77ffd17bffc610d55b4d8dc0a5322b1b9120 (patch) | |
tree | e93752303be8782d2e9e14d42ff2448f1e563fe0 /README.in | |
parent | ba1c9ae2bcbc1f82167968b9376475fadcc88a69 (diff) | |
download | gtk+-8ecd77ffd17bffc610d55b4d8dc0a5322b1b9120.tar.gz |
Add a release note about statusbar internal hierarchy changes
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -27,6 +27,16 @@ Installation See the file 'INSTALL' +Release notes for 2.20 +====================== + +* GtkStatusbar now has a message area (see gtk_status_bar_get_message_area) + which makes it easy to place additional widgets inside the statusbar + frame or to replace the label widgets. Previously, this was only possible + by accessing the innards of the statusbar widget directly. Applications + which are doing so may need some adjustments, since the addition of the + message area changed the internal widget hierarchy. + Release notes for 2.18 ====================== |