ANNOUNCE: GTK+ 0.99.10 Released




GTK+ 0.99.10 is now available at: 
ftp://ftp.gimp.org/pub/gtk/v0.99/

Please note we squeezed digits "1.0" into "10" and included it into this
version number "0.99.10".  We hope this will statisfy some of
you desiring 1.0 so badly.  [that was a joke people, 1.0 is on
the way]

A bug was fixed in this release where every widget was realized
(with a bogus size), before it's size was initially allocated.

Correcting this problem has shown that a number of widgets assumed
that they would be realized before being size allocated. Some
incorrect application code may also have worked because of this bug,
but in general this change will not affect application code.

All widgets in the GTK core have been fixed, along with those in the
gnome-libs modules. Any other custom widgets will need to be checked
to make sure that they:

 - Do all setup other than moving the widget's windows in their
   size_allocate() method, even when the widget is not realized.

 - Create their windows in the realize() method with the correct
   size. (That is, the size that would result from a subsequent call to 
   size_allocate())


Overview of Changes in GTK+ 0.99.10:

* Lots of bug fixes
* Documentation improvements
* Better looking handlebox
* A few convenience functions

Lots of examples have been added to the examples/ directory
as well.

--
The GTK+ Team
http://www.gtk.org/

--
Shawn T. Amundson               
amundson@gimp.org               http://www.gimp.org/~amundson

"The assumption that the universe looks the same in every
 direction is clearly not true in reality." - Stephen Hawking



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]