diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-03-16 13:31:11 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-03-16 13:31:11 +0000 |
commit | 484aa30b14afe458e67ff6bfd3ec392c29a3f559 (patch) | |
tree | ea1189f3ca9aa0e557084b889ccb4b9b2abc07c5 /README.in | |
parent | bd7a02b70cc870d01feaf937dd3b6673c77f580a (diff) | |
download | gtk+-484aa30b14afe458e67ff6bfd3ec392c29a3f559.tar.gz |
release notes
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,6 +60,12 @@ Release notes for 2.10 when the user clicks close. It is the applications responsibility to hide or destroy the dialog. +* Several new signals have been added to GtkNotebook. Care has been taken + to choose signal names which do not collide with signals added by well-known + derived classes. The names which can no longer be used for signals in + objects derived from GtkNotebook are page-reordered, page-removed and + page-added. + Release notes ============= |