release-notes r1106 - in branches/gnome-2-24: . help/C
- From: davyd svn gnome org
- To: svn-commits-list gnome org
- Subject: release-notes r1106 - in branches/gnome-2-24: . help/C
- Date: Mon, 22 Sep 2008 03:26:53 +0000 (UTC)
Author: davyd
Date: Mon Sep 22 03:26:53 2008
New Revision: 1106
URL: http://svn.gnome.org/viewvc/release-notes?rev=1106&view=rev
Log:
2008-09-22 Davyd Madeley <davyd fugro-fsi com au>
* help/C/rndevelopers.xml:
- add section about GtkAdjustment and page_size
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:26:53 2008
@@ -94,7 +94,28 @@
<sect2 id="rndevelopers.gtk">
<title>GTK+ >kversion;</title>
- GNOME &gnomeversion; is the first GNOME release to depend on GTK+ >kversion;.
+ <para>
+ GNOME &gnomeversion; is the first GNOME release to depend on GTK+
+ >kversion;.
+ </para>
+
+ <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>
+ to 0.
+ </para>
+ <warning>
+ <title>Glade and GTK+ >kversion;</title>
+ <para>
+ All versions of Glade (including 3.4.1) currently create
+ <classname>GtkSpinButton</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>
+ </warning>
<para>
A new class, <ulink
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]