diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2011-02-17 08:48:28 +0100 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2011-02-21 21:44:04 +0100 |
commit | 40ed3b036f654ff6c9ca597fb53bb830881b3758 (patch) | |
tree | 1dcfa29e8fd4cbea55f9dae9f5439542e1a869f0 | |
parent | 4982b4e2b7d22101f9ebf55ac50a403cb4c4f325 (diff) | |
download | pygtk-40ed3b036f654ff6c9ca597fb53bb830881b3758.tar.gz |
reference: pygtk-introduction.xml: update to 2.24
-rw-r--r-- | docs/reference/pygtk-introduction.xml | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/docs/reference/pygtk-introduction.xml b/docs/reference/pygtk-introduction.xml index 93675af7..960067af 100644 --- a/docs/reference/pygtk-introduction.xml +++ b/docs/reference/pygtk-introduction.xml @@ -6,7 +6,7 @@ <title>Introduction</title> <para>This document describes most of the <literal>PyGTK</literal> version - 2.0 through 2.10 classes and their methods and associated + 2.0 through 2.24 classes and their methods and associated functions. Deprecated classes, functions and methods have been specifically left out of this reference though classes that have become deprecated since PyGTK 2.0 have been left in but annotated with a @@ -25,19 +25,16 @@ </itemizedlist> <para>This reference describes the API for <literal>PyGTK</literal> as of - version 2.9.0+ and assumes that the additional API changes for version - 2.10 may not be significant. There will undoubtedly be changes that are - not reflected in this reference. The differences in the API between - version 2.0 and previous versions are denoted in this reference with a - Note that describes the availability of the object, constructor, method or - function. Any of these that do not have a notation can be assumed to be - available in all versions of PyGTK from 2.0 and up. In the case of - properties and signals the availability is dependent on the version of the - underlying GTK+, GDK or Pango libraries. These will be annotated - appropriately in a similar fashion. The source code must be consulted if - this reference and your version of <literal>PyGTK</literal> seem to - differ. You are encouraged to use the latest version of - <literal>PyGTK</literal> that is available. See the <ulink + version 2.24. The differences in the API between version 2.24 and previous + versions are denoted in this reference with a Note that describes the + availability of the object, constructor, method or function. Any of these + that do not have a notation can be assumed to be available in all versions + of PyGTK from 2.0 and up. In the case of properties and signals the + availability is dependent on the version of the underlying GTK+, GDK or Pango + libraries. These will be annotated appropriately in a similar fashion. The + source code must be consulted if this reference and your version of + <literal>PyGTK</literal> seem to differ. You are encouraged to use the latest + version of <literal>PyGTK</literal> that is available. See the <ulink url="http://www.pygtk.org"><literal>PyGTK</literal> homepage</ulink> for more information and more resources on how to use PyGTK as well as help in its development.</para> |