gtk+ r21271 - trunk



Author: matthiasc
Date: Thu Sep  4 00:48:21 2008
New Revision: 21271
URL: http://svn.gnome.org/viewvc/gtk+?rev=21271&view=rev

Log:
Add a note about GtkAdjustment behaviour change


Modified:
   trunk/ChangeLog
   trunk/README.in

Modified: trunk/README.in
==============================================================================
--- trunk/README.in	(original)
+++ trunk/README.in	Thu Sep  4 00:48:21 2008
@@ -48,6 +48,12 @@
   to GTK_SENSITIVITY_ON, so that the button is always sensitive or
   GTK_SENSITIVITY_OFF to make it insensitive respectively.
 
+* GtkAdjustment now enforces that values are restricted to the
+  range [lower, upper - page_size]. This has always been the documented
+  behaviour, and the recommended practice is to set page_size to 0
+  when using adjustments for simple scalar values, like in a slider
+  or spin button. 
+
 * gdk-pixbuf will use GIO for mime type detection if possible. For
   this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS
   set accordingly at configure time. Otherwise, gdk-pixbuf falls



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