/trunk/Scribus/doc/en/scripterapi-manobj.html |
---|
13,8 → 13,8 |
<p>creates a Duplicate of the selected Object (or Selection Group).</p></dd> |
<dt><a name="-groupObjects"><strong>groupObjects</strong></a>(...)</dt> |
<dd><code>groupObjects(list)</code> |
<p>Groups the objects named in "list" together. "list" must contain the names of the objects to be grouped. If "list" is not given the currently selected items are used.</p></dd> |
<dd><code>groupObjects(list) -> string</code> |
<p>Groups the objects named in "list" together. "list" must contain the names of the objects to be grouped. If "list" is not given the currently selected items are used. Returns the group name for further referencing.</p></dd> |
<dt><a name="-isLocked"><strong>isLocked</strong></a>(...)</dt> |
<dd><code>isLocked(["name"]) -> bool</code> |
/trunk/Scribus/doc/fr/scripterapi-manobj.html |
---|
9,10 → 9,10 |
<dl> |
<dt><a name="-groupObjects"><strong>groupObjects</strong></a>(...)</dt> |
<dd><code><a href="#-groupObjects">groupObjects</a>(liste)</code> |
<dd><code><a href="#-groupObjects">groupObjects</a>(liste) -> chaîne</code> |
<p>Groupe les objets énumérés dans "liste". La "liste" doit contenir les noms des objets à grouper. |
Si la "liste" n'est pas fournie, les éléments sélectionnés sont |
utilisés.</p></dd> |
utilisés. Retourne le nom du groupe créé pour utilisation ultérieure.</p></dd> |
<dt><a name="-isLocked"><strong>isLocked</strong></a>(...)</dt> |
<dd><code><a href="#-isLocked">isLocked</a>(["nom"]) -> booléen</code> |