Author: paulp
Date: Tue Jan 29 21:10:08 2008
New Revision: 2956
URL: http://svn.gnome.org/viewvc/pygtk?rev=2956&view=rev
Log:
Replace "one thousandth" with "1 / pango.SCALE" where appropriate.
Modified:
trunk/docs/reference/ChangeLog
trunk/docs/reference/pygtk-pangolayout.xml
Modified: trunk/docs/reference/pygtk-pangolayout.xml
==============================================================================
--- trunk/docs/reference/pygtk-pangolayout.xml (original)
+++ trunk/docs/reference/pygtk-pangolayout.xml Tue Jan 29 21:10:08 2008
@@ -668,7 +668,7 @@
<variablelist>
<varlistentry>
<term><parameter role="keyword">spacing</parameter> :</term>
- <listitem><simpara>the amount of spacing (in thousandths of a
+ <listitem><simpara>the amount of spacing (in
1/<literal>pango.SCALE</literal> of a
device unit)</simpara></listitem>
</varlistentry>
</variablelist>
@@ -688,7 +688,7 @@
<variablelist>
<varlistentry>
<term><emphasis>Returns</emphasis> :</term>
- <listitem><simpara>the spacing (in thousandths of a device
+ <listitem><simpara>the spacing (in 1/<literal>pango.SCALE</literal>
of a device
unit)</simpara></listitem>
</varlistentry>
</variablelist>
@@ -1088,12 +1088,12 @@
<variablelist>
<varlistentry>
<term><parameter role="keyword">x</parameter> :</term>
- <listitem><simpara>the X offset (in thousandths of a device unit)
+ <listitem><simpara>the X offset (in 1/<literal>pango.SCALE</literal>
of a device unit)
from the left edge of the layout.</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter role="keyword">y</parameter> :</term>
- <listitem><simpara>the Y offset (in thousandths of a device unit)
+ <listitem><simpara>the Y offset (in 1/<literal>pango.SCALE</literal>
of a device unit)
from the top edge of the layout</simpara></listitem>
</varlistentry>
<varlistentry>
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.