r15258 by jghali - #9204 : add missing getPageNSize() and getPageNMargins() to scripter docs
scribus-commit
scribus-commit at lists.scribus.net
Wed Jun 23 22:30:32 CEST 2010
Revision: 15258
Author: jghali
Date: 2010-06-23T20:29:16.083995Z
Commit message: #9204 : add missing getPageNSize() and getPageNMargins() to scripter docs
Changeset:
M /branches/Version135/Scribus/scribus/doc/en/scripterapi-page.html
M /branches/Version135/Scribus/scribus/plugins/scriptplugin/cmdpage.h
M /branches/Version135/Scribus/scribus/doc/fr/scripterapi-page.html
Diffs:
Index: scribus/doc/en/scripterapi-page.html
===================================================================
--- scribus/doc/en/scripterapi-page.html (revision 15257)
+++ scribus/doc/en/scripterapi-page.html (revision 15258)
@@ -58,12 +58,20 @@
<dt><a name="-getPageMargins"><strong>getPageMargins</strong></a>(...)</dt>
<dd><code>getPageMargins()</code>
-<p>Returns the page margins as a (top, left, right, bottom) tuple in the current units. See UNIT_<type> constants and <a href="#-getPageSize">getPageSize</a>().</p></dd>
+<p>Returns the document page margins as a (top, left, right, bottom) tuple in the document's current units. See UNIT_<type> constants and <a href="#-getPageSize">getPageSize</a>().</p></dd>
+<dt><a name="-getPageNMargins"><strong>getPageNMargins</strong></a>(...)</dt>
+<dd><code>getPageNMargins(nr)</code>
+<p>Returns a tuple with a particular page's margins measured in the document's current units. See UNIT_<type> constants and <a href="#-getPageSize">getPageSize</a>().</p></dd>
+
<dt><a name="-getPageSize"><strong>getPageSize</strong></a>(...)</dt>
<dd><code>getPageSize() -> tuple</code>
-<p>Returns a tuple with page dimensions measured in the document's current units. See UNIT_<type> constants and <a href="#-getPageMargins">getPageMargins</a>()</p></dd>
+<p>Returns a tuple with document page dimensions measured in the document's current units. See UNIT_<type> constants and <a href="#-getPageMargins">getPageMargins</a>()</p></dd>
+<dt><a name="-getPageNSize"><strong>getPageNSize</strong></a>(...)</dt>
+<dd><code>getPageNSize(nr) -> tuple</code>
+<p>Returns a tuple with a particular page's size measured in the document's current units. See UNIT_<type> constants and <a href="#-getPageMargins">getPageMargins</a>()</p></dd>
+
<dt><a name="-gotoPage"><strong>gotoPage</strong></a>(...)</dt>
<dd><code>gotoPage(nr)</code>
<p>Moves to the page "nr" (that is, makes the current page "nr"). Note that gotoPage doesn't (curently) change the page the user's view is displaying, it just sets the page that script commands will operates on.</p>
Index: scribus/doc/fr/scripterapi-page.html
===================================================================
--- scribus/doc/fr/scripterapi-page.html (revision 15257)
+++ scribus/doc/fr/scripterapi-page.html (revision 15258)
@@ -35,12 +35,20 @@
<dt><a name="-getPageMargins"><strong>getPageMargins</strong></a>(...)</dt>
<dd><code><a href="#-getPageMargins">getPageMargins</a>()</code>
-<p>Retourne les marges de la page comme un vecteur (haut, gauche, droite, bas) dans les unités courantes. Voir les constantes UNIT_<type> et <a href="#-getPageSize">getPageSize</a>().</p></dd>
+<p>Retourne les marges de page du document comme un vecteur (haut, gauche, droite, bas) dans les unités courantes du document. Voir les constantes UNIT_<type> et <a href="#-getPageSize">getPageSize</a>().</p></dd>
+<dt><a name="-getPageNMargins"><strong>getPageNMargins</strong></a>(...)</dt>
+<dd><code><a href="#-getPageNMargins">getPageNMargins</a>(nr)</code>
+<p>Retourne les marges d'une page donnée comme un vecteur (haut, gauche, droite, bas) dans les unités courantes du document. Voir les constantes UNIT_<type> et <a href="#-getPageSize">getPageSize</a>().</p></dd>
+
<dt><a name="-getPageSize"><strong>getPageSize</strong></a>(...)</dt>
<dd><code><a href="#-getPageSize">getPageSize</a>() -> vecteur</code>
-<p>Retourne un vecteur avec les dimensions de la page mesurées dans les unités courantes du document. Voir les constantes UNIT_<type> et <a href="#-getPageMargins">getPageMargins</a>()</p></dd>
+<p>Retourne un vecteur avec les dimensions de page du document mesurées dans les unités courantes du document. Voir les constantes UNIT_<type> et <a href="#-getPageMargins">getPageMargins</a>()</p></dd>
+<dt><a name="-getPageNSize"><strong>getPageNSize</strong></a>(...)</dt>
+<dd><code><a href="#-getPageNSize">getPageNSize</a>(nr) -> vecteur</code>
+<p>Retourne un vecteur avec les dimensions d'une page donnée mesurées dans les unités courantes du document. Voir les constantes UNIT_<type> et <a href="#-getPageMargins">getPageMargins</a>()</p></dd>
+
<dt><a name="-gotoPage"><strong>gotoPage</strong></a>(...)</dt>
<dd><code><a href="#-gotoPage">gotoPage</a>(nr)</code>
<p>Déplace à la page "nr" (c'est-à-dire, la page courante devient "nr"). Notez que gotoPage ne change pas (actuellement) la page affichée dans la vue de l'utilisateur; il établit simplement la page sur laquelle les commandes du script agiront.</p>
@@ -56,8 +64,8 @@
<p>Retourne le nombre de pages dans le document.</p></dd>
<dt><a name="-pageDimension"><strong>pageDimension</strong></a>(...)</dt>
-<dd><code><a href="#-getPageSize">getPageSize</a>() -> vecteur</code>
-<p>Alias. Retourne un vecteur avec les dimensions de la page mesurées dans les unités courantes du document. Voir les constantes UNIT_<type> et <a href="#-getPageMargins">getPageMargins</a>()</p></dd>
+<dd><code><a href="#-pageDimension">pageDimension</a>() -> vecteur</code>
+<p>Alias. Retourne un vecteur avec les dimensions de page du document mesurées dans les unités courantes du document. Voir les constantes UNIT_<type> et <a href="#-getPageMargins">getPageMargins</a>()</p></dd>
<dt><a name="-redrawAll"><strong>redrawAll</strong></a>(...)</dt>
<dd><code><a href="#-redrawAll">redrawAll</a>()</code>
Index: scribus/plugins/scriptplugin/cmdpage.h
===================================================================
--- scribus/plugins/scriptplugin/cmdpage.h (revision 15257)
+++ scribus/plugins/scriptplugin/cmdpage.h (revision 15258)
@@ -146,7 +146,7 @@
PyDoc_STRVAR(scribus_pagedimension__doc__,
QT_TR_NOOP("getPageSize() -> tuple\n\
\n\
-Returns a tuple with page dimensions measured in the document's current units.\n\
+Returns a tuple with document page dimensions measured in the document's current units.\n\
See UNIT_<type> constants and getPageMargins()\n\
"));
/**
@@ -158,7 +158,7 @@
/*! docstring */
PyDoc_STRVAR(scribus_pagensize__doc__,
-QT_TR_NOOP("getPageNSize() -> tuple\n\
+QT_TR_NOOP("getPageNSize(nr) -> tuple\n\
\n\
Returns a tuple with a particular page's size measured in the document's current units.\n\
See UNIT_<type> constants and getPageMargins()\n\
@@ -170,8 +170,21 @@
PyObject *scribus_pagensize(PyObject * /*self*/, PyObject* args);
/*! docstring */
+PyDoc_STRVAR(scribus_getpagemargins__doc__,
+QT_TR_NOOP("getPageMargins()\n\
+\n\
+Returns the document page margins as a (top, left, right, bottom) tuple in the document's current\n\
+units. See UNIT_<type> constants and getPageSize().\n\
+"));
+/**
+returns a tuple with page margins
+Craig Ringer, Petr Vanek 09/25/2004
+*/
+PyObject *scribus_getpagemargins(PyObject * /*self*/);
+
+/*! docstring */
PyDoc_STRVAR(scribus_pagenmargins__doc__,
-QT_TR_NOOP("getPageNMargins() -> tuple\n\
+QT_TR_NOOP("getPageNMargins(nr) -> tuple\n\
\n\
Returns a tuple with a particular page's margins measured in the document's current units.\n\
See UNIT_<type> constants and getPageMargins()\n\
@@ -198,19 +211,6 @@
*/
PyObject *scribus_getpageitems(PyObject * /*self*/);
-/*! docstring */
-PyDoc_STRVAR(scribus_getpagemargins__doc__,
-QT_TR_NOOP("getPageMargins()\n\
-\n\
-Returns the page margins as a (top, left, right, bottom) tuple in the current\n\
-units. See UNIT_<type> constants and getPageSize().\n\
-"));
-/**
-returns a tuple with page margins
-Craig Ringer, Petr Vanek 09/25/2004
-*/
-PyObject *scribus_getpagemargins(PyObject * /*self*/);
-
/*! importpage */
PyDoc_STRVAR(scribus_importpage__doc__,
QT_TR_NOOP("importPage(\"fromDoc\", (pageList), [create, imortwhere, importwherePage])\n\
More information about the scribus-commit
mailing list