[rkward-cvs] rkward/doc/en writing_plugins_introduction.docbook,1.9,1.10

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Apr 5 14:41:37 UTC 2006


Update of /cvsroot/rkward/rkward/doc/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10262

Modified Files:
	writing_plugins_introduction.docbook 
Log Message:
Update docs according to recent changes

Index: writing_plugins_introduction.docbook
===================================================================
RCS file: /cvsroot/rkward/rkward/doc/en/writing_plugins_introduction.docbook,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** writing_plugins_introduction.docbook	5 Apr 2006 10:13:23 -0000	1.9
--- writing_plugins_introduction.docbook	5 Apr 2006 14:41:34 -0000	1.10
***************
*** 1052,1055 ****
--- 1052,1074 ----
  	<listitem>The id of the new property (required)</listitem>
  	</varlistentry>
+ 	<varlistentry>
+ 	<term><default></term>
+ 	<listitem>The default string value of the new property, i.e. the value used, if the property is not connected to an outside property (optional, defaults to an empty string)</listitem>
+ 	</varlistentry>
+ 	</variablelist></listitem>
+ </varlistentry>
+ 
+ <varlistentry>
+ <term><set></term>
+ <listitem>Set a property to a fixed value (of course, if you additionally connect the property to some other property, the value does not remain fixed). For instance, if you embed a plugin, but want to hide some of its elements, you might set the visibility property of those elements to false. Useful esp. for embedded/embedding plugins. Attributes:
+ 	<variablelist>
+ 	<varlistentry>
+ 	<term><id></term>
+ 	<listitem>The id of the property to set (required)</listitem>
+ 	</varlistentry>
+ 	<varlistentry>
+ 	<term><to></term>
+ 	<listitem>The string value to set the property to (required). Note: For boolean properties such as visibility, enabledness, you'll typically set the to attribute to either to="true" or to="false".</listitem>
+ 	</varlistentry>
  	</variablelist></listitem>
  </varlistentry>





More information about the rkward-tracker mailing list