summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gdkgc.xml
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-10-05 17:45:08 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-10-05 17:45:08 +0000
commitaeeafcbf75e4ea844a4572f764e870d016c6bb31 (patch)
treea0b374f7abd47fb1b8d0f622afebf7626682a2c1 /docs/reference/pygtk-gdkgc.xml
parent3f139e0a17cb38f2f320dd3263e898c970b79356 (diff)
downloadpygtk-aeeafcbf75e4ea844a4572f764e870d016c6bb31.tar.gz
pygtk2-ref.xml Bump version number and set pubdate
* pygtk2-ref.xml Bump version number and set pubdate * pygtk-gdkgc.xml (set_clip_rectangle) Note that the clip origin is also set to (0, 0) per Rafael Villar Burke.
Diffstat (limited to 'docs/reference/pygtk-gdkgc.xml')
-rw-r--r--docs/reference/pygtk-gdkgc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/pygtk-gdkgc.xml b/docs/reference/pygtk-gdkgc.xml
index 53f08606..6cdc8825 100644
--- a/docs/reference/pygtk-gdkgc.xml
+++ b/docs/reference/pygtk-gdkgc.xml
@@ -1161,9 +1161,9 @@ to use for clipping</simpara></listitem>
<para>The <methodname>set_clip_rectangle</methodname>() method sets
the clip mask for the graphics context from the <link
linkend="class-gdkrectangle"><classname>gtk.gdk.Rectangle</classname></link>
-specified by <parameter>rectangle</parameter>. The clip mask is interpreted
-relative to the clip origin. See the <link
-linkend="method-gdkgc--set-clip-origin"><methodname>set_clip_origin</methodname>()</link>
+specified by <parameter>rectangle</parameter> and sets the clip origin to
+(0, 0). The clip origin can be changed using the <link
+linkend="method-gdkgc--set-clip-origin"><methodname>set_clip_origin</methodname>()</link>
method.</para>
</refsect2>