source: trunk/lang/tcl/rplib_test.xml @ 4346

Last change on this file since 4346 was 207, checked in by dkearney, 18 years ago

reorganized tcl directory

File size: 888 bytes
Line 
1<?xml version="1.0"?>
2<run>
3    <tool>
4        <title>Graphing Calculator</title>
5        <about>Press Simulate to view results.</about>
6        <command> @tool/graph @driver</command>
7    </tool>
8    <input>
9        <string id="formula">
10            <about>
11                <label>Formula</label>
12                <hints>Example: 2*x + 1</hints>
13            </about>
14            <size>30x5</size>
15        </string>
16        <number id="min">
17            <about> <label>From x</label> </about>
18            <default>0</default>
19            <current>1</current>
20        </number>
21        <number id="max">
22            <about> <label>To x</label> </about>
23            <default>2</default>
24            <current>3</current>
25        </number>
26    </input>
27    <output>
28        <curve id="result">
29            <about> <label>Formula: Y vs X</label> </about>
30        </curve>
31    </output>
32</run>
33
Note: See TracBrowser for help on using the repository browser.