summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-07-27 23:05:48 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-07-27 23:05:48 +0000
commit222f5eaa143aef6601bc84c0f37aa6caef0b37a8 (patch)
tree7f2a0431777a27c96ea55c348d8dd278e8f737d3 /docs
parent0224edeb504dfb8d4ce48b4ea8daf6a825ccc2d3 (diff)
downloadpygtk-222f5eaa143aef6601bc84c0f37aa6caef0b37a8.tar.gz
pygtk-gdkwindow.xml (property_get) (property_change) Add links for
* pygtk-gdkwindow.xml (property_get) (property_change) Add links for gtk.gdk.Atom references.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/pygtk-gdkwindow.xml16
2 files changed, 15 insertions, 6 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 0c535c02..5874222a 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-27 John Finlay <finlay@moeraki.com>
+
+ * pygtk-gdkwindow.xml (property_get) (property_change) Add links for
+ gtk.gdk.Atom references.
+
2004-07-24 John Finlay <finlay@moeraki.com>
* pygtk-gdk-constants.xml (Filter Return Constants) Add reference to
diff --git a/docs/reference/pygtk-gdkwindow.xml b/docs/reference/pygtk-gdkwindow.xml
index 9a74070d..8135b4f0 100644
--- a/docs/reference/pygtk-gdkwindow.xml
+++ b/docs/reference/pygtk-gdkwindow.xml
@@ -1089,16 +1089,19 @@ the data format and the data</simpara></listitem>
</variablelist>
<para>The <methodname>property_get</methodname>() method returns a
-tuple containing the actual property type (as a gtk.gdk.Atom), the format
-and the data of the specified <parameter>property</parameter> with the
-specified <parameter>type</parameter>. The value of
+tuple containing the actual property type (as a <link
+linkend="class-gdkatom"><classname>gtk.gdk.Atom</classname></link>), the
+format and the data of the specified <parameter>property</parameter> with
+the specified <parameter>type</parameter>. The value of
<parameter>type</parameter> may not be be specified in which case it will be
0 to match any type of property. the returned data will be a string if the
data format is 8; a list of integers if the data format is 16; or, a list of
-gtk.gdk.Atom objects or integers if the data format is 32. If
+<link linkend="class-gdkatom"><classname>gtk.gdk.Atom</classname></link>
+objects or integers if the data format is 32. If
<parameter>property</parameter> cannot be found <literal>None</literal> is
returned. <parameter>property</parameter> and <parameter>type</parameter>
-(if specified) must be a string or a gtk.gdk.Atom.</para>
+(if specified) must be a string or a <link
+linkend="class-gdkatom"><classname>gtk.gdk.Atom</classname></link>.</para>
</refsect2>
@@ -1180,7 +1183,8 @@ data.</simpara>
<para>which describes how the new data is to be combined with the
existing property data.The value of <parameter>format</parameter> must be 8,
16 or 32. <parameter>property</parameter> and <parameter>type</parameter>
-must be a string or a gtk.gdk.Atom.</para>
+must be a string or a <link
+linkend="class-gdkatom"><classname>gtk.gdk.Atom</classname></link>.</para>
</refsect2>