[rkward-cvs] SF.net SVN: rkward: [1286] trunk/rkward/doc/en/writing_plugins_introduction .docbook
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Feb 1 23:09:08 UTC 2007
Revision: 1286
http://svn.sourceforge.net/rkward/?rev=1286&view=rev
Author: tfry
Date: 2007-02-01 15:09:08 -0800 (Thu, 01 Feb 2007)
Log Message:
-----------
Fix doc format
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-02-01 22:54:25 UTC (rev 1285)
+++ trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-02-01 23:09:08 UTC (rev 1286)
@@ -843,10 +843,10 @@
<title>Preview functionality for graphing plugins</title>
<para>
A very useful feature for all plugins generating a plot / graph is to provide an automatically updating preview. To do so, you will need two things: Adding a <preview>-checkbox to your <link linkend="mainxml">GUI definition</link>, and adjusting the <link linkend="phptemplate">generated code</link> for the preview. We will deal with both in turn.
+ </para>
<para>
- <para>
Adding a <preview>-checkbox is simple. Just place the following somewhere in your GUI. It will take care of all the behind-the-scenes magic of creating a preview device, updaing the preview whenever the setting have changed, etc. Example:
- <para>
+ </para>
<programlisting>
<document>
[...]
@@ -944,7 +944,7 @@
</programlisting>
<para>
However, you do not need to define it in the hierarchy (you can, if it is also meaningful as a top-level plugin):
- <para>
+ </para>
<programlisting>
<hierarchy>
[...]
@@ -952,7 +952,7 @@
</programlisting>
<para>
Instead, add a definition of the "x11" context, and add it to the menus there:
- <para>
+ </para>
<programlisting>
<context id="x11">
[...]
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