source: branches/1.3/examples/c-example/tool2.xml @ 3721

Last change on this file since 3721 was 555, checked in by dkearney, 17 years ago

updated examples removing output sections from tool.xml files and making the example code generate the output section using the rappture library put command. this change is made in the example files to help curb people from defining output sections in their tool.xml files. the output sections should really be created inside the program when the output data is ready to be entered.

File size: 490 bytes
Line 
1<?xml version="1.0"?>
2<run>
3    <tool>
4        <title>SIN(x) Graph (C example)</title>
5        <about>Press Simulate to view results.</about>
6        <command> @tool/plotc @driver</command>
7    </tool>
8    <input>
9        <number id="min">
10            <about> <label>From x</label> </about>
11            <default>0</default>
12        </number>
13        <number id="max">
14            <about> <label>To x</label> </about>
15            <default> 10</default>
16        </number>
17    </input>
18</run>
Note: See TracBrowser for help on using the repository browser.