Add a release note about statusbar internal hierarchy changes

This commit is contained in:
Matthias Clasen
2009-11-30 14:06:57 -05:00
parent ba1c9ae2bc
commit 8ecd77ffd1
3 changed files with 14 additions and 0 deletions

View File

@ -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
======================