r22542 by gpittman - additional documentation on createLayer() command in Scripter

scribus-commit scribus-commit at lists.scribus.net
Mon May 14 14:01:18 UTC 2018


Author: gpittman
Date: Mon May 14 14:01:18 2018
New Revision: 22542

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22542
Log:
additional documentation on createLayer() command in Scripter

Modified:
    trunk/Scribus/doc/en/scripterapi-layer.html

Modified: trunk/Scribus/doc/en/scripterapi-layer.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22542&path=/trunk/Scribus/doc/en/scripterapi-layer.html
==============================================================================
--- trunk/Scribus/doc/en/scripterapi-layer.html	(original)
+++ trunk/Scribus/doc/en/scripterapi-layer.html	Mon May 14 14:01:18 2018
@@ -13,7 +13,7 @@
 
 <dt><a name="-createLayer"><strong>createLayer</strong></a>(...)</dt>
 <dd><code>createLayer(layer)</code>
-<p>Creates a new layer with the name "name".</p>
+<p>Creates a new layer with the name "name". Note that when you create a layer, you will automatically be editing on that layer. In other words, this new layer becomes the active layer.</p>
 <p>May raise ValueError if the layer name isn't acceptable.</p></dd>
 
 <dt><a name="-deleteLayer"><strong>deleteLayer</strong></a>(...)</dt>




More information about the scribus-commit mailing list