[rkward-cvs] SF.net SVN: rkward: [1664] trunk/rkward/rkward/plugins/plots/ plot_stepfun_options.xml

kapatp at users.sourceforge.net kapatp at users.sourceforge.net
Tue Mar 20 20:35:31 UTC 2007


Revision: 1664
          http://svn.sourceforge.net/rkward/?rev=1664&view=rev
Author:   kapatp
Date:     2007-03-20 13:35:31 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
Added external id for do_points

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/plot_stepfun_options.xml

Modified: trunk/rkward/rkward/plugins/plots/plot_stepfun_options.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/plot_stepfun_options.xml	2007-03-20 16:48:08 UTC (rev 1663)
+++ trunk/rkward/rkward/plugins/plots/plot_stepfun_options.xml	2007-03-20 20:35:31 UTC (rev 1664)
@@ -4,6 +4,7 @@
 	<help file="plot_stepfun_options.rkh"/>
 	<logic>
 		<external id="allow_addtoplot" default="true"/>
+		<external id="default_dopoints" default="true"/>
 		<external id="default_verticals" default="false"/>
 
 		<set id="col_vert.argument" to=", col.vert="/>
@@ -15,6 +16,9 @@
 		<convert id="default_verticalsb" sources="default_verticals" mode="equals" standard="true"/>
 		<connect client="verticals.state" governor="default_verticalsb"/>
 		<connect client="col_vert.color.enabled" governor="verticals.state"/>
+
+		<convert id="default_dopointsb" sources="default_dopoints" mode="equals" standard="true"/>
+		<connect client="do_points.state" governor="default_dopointsb"/>
 		<connect client="col_points.color.enabled" governor="do_points.state"/>
 	</logic>
 	<dialog label="Step function plot options">


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