release-notes r1107 - in branches/gnome-2-24: . help/C



Author: davyd
Date: Mon Sep 22 03:46:47 2008
New Revision: 1107
URL: http://svn.gnome.org/viewvc/release-notes?rev=1107&view=rev

Log:
2008-09-22  Davyd Madeley  <davyd fugro-fsi com au>
        
        * help/C/rndevelopers.xml:
        - change terminology a bit to be more consistent with GTK+


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/help/C/rndevelopers.xml

Modified: branches/gnome-2-24/help/C/rndevelopers.xml
==============================================================================
--- branches/gnome-2-24/help/C/rndevelopers.xml	(original)
+++ branches/gnome-2-24/help/C/rndevelopers.xml	Mon Sep 22 03:46:47 2008
@@ -102,16 +102,17 @@
 		<para>
 			An important change in this version of GTK+ is that all widgets that
 			inherit from <classname>GtkAdjustment</classname> (e.g.
-			<classname>GtkSpinButton</classname>) now strictly enforce their range
-			as [minimum, maximum - page size], as per the documentation. If you want
-			to ensure a range of [minimum, maximum], set <varname>page_size</varname>
+			spinbuttons and sliders) now strictly enforce their range
+			as [lower, upper - page size], as per the documentation. If you want
+			to ensure a range of [lower, upper], set <varname>page_size</varname>
 			to 0.
 		</para>
 		<warning>
 			<title>Glade and GTK+ &gtkversion;</title>
 			<para>
 				All versions of Glade (including 3.4.1) currently create
-				<classname>GtkSpinButton</classname> with a <varname>page_size</varname>
+				<classname>GtkSpinButton</classname>, <classname>GtkHScale</classname>
+				and <classname>GtkVScale</classname> with a <varname>page_size</varname>
 				of 10 by default. Developers should check any Glade files they have
 				created to ensure the page size is a value that makes sense.
 			</para>



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