[rkward-cvs] SF.net SVN: rkward: [1764] trunk/rkward/doc/en/writing_plugins_introduction .docbook
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Mar 29 23:05:34 UTC 2007
Revision: 1764
http://svn.sourceforge.net/rkward/?rev=1764&view=rev
Author: tfry
Date: 2007-03-29 16:05:33 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
Documentation updates
Modified Paths:
--------------
trunk/rkward/doc/en/writing_plugins_introduction.docbook
Modified: trunk/rkward/doc/en/writing_plugins_introduction.docbook
===================================================================
--- trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-03-29 22:58:39 UTC (rev 1763)
+++ trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-03-29 23:05:33 UTC (rev 1764)
@@ -41,7 +41,7 @@
and in the FDL itself on how to use it. -->
<legalnotice>&FDLNotice;</legalnotice>
-<date>2007-03-18</date>
+<date>2007-03-30</date>
<releaseinfo>0.4.7.00</releaseinfo>
<abstract>
@@ -1820,7 +1820,7 @@
<variablelist>
<varlistentry>
<term>state</term>
- <listitem>State of the checkbox (on or off) (boolean)</listitem>
+ <listitem>State of the checkbox (on or off). Note that useful modifiers of this property (as of all boolean properties) are "not" and "numeric" (see <link linkend="propertytypes">types of properties</link>). (boolean)</listitem>
</varlistentry>
</variablelist></listitem>
</varlistentry>
@@ -1915,6 +1915,11 @@
</variablelist></listitem>
</varlistentry>
</variablelist>
+<varlistentry>
+<term><convert></term>
+<listitem>This element (used in the <logic> section) is special, in that is technically *is* a property, instead of just holding one or more properties. It is of boolean kind. Note that useful modifiers of this property (as of all boolean properties) are "not" and "numeric" (see <link linkend="propertytypes">types of properties</link>)</listitem>
+</varlistentry>
+</variablelist>
</section>
<section id="pluginmapelements"><title>Elements for use in .pluginmap files</title>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list