source: trunk/examples/zoo/string/tool.xml @ 4503

Last change on this file since 4503 was 1587, checked in by dkearney, 15 years ago

removing tabs from files and removing output sections from the tool.xml's in zoo examples.
tool.xml's should not include output sections, it is confusing and inefficient for users learning
to use rappture.

File size: 1.0 KB
Line 
1<?xml version="1.0"?>
2<run>
3<tool>
4  <title>string</title>
5  <about>Example of a Rappture &lt;string&gt; object.
6
7Strings are bits of text--single line or multiple lines.
8The description appears in a tooltip when you hover over the string control with your mouse.
9
10When you click the Simulate button, the input strings will be used to generate output strings.
11  </about>
12  <command>
13    tclsh @tool/string.tcl @driver
14  </command>
15</tool>
16<input>
17  <string id="title">
18    <about>
19      <label>Title</label>
20      <description>This text will be used as the title for all plots.</description>
21    </about>
22    <default>untitled</default>
23  </string>
24
25  <separator/>
26
27  <string id="indeck">
28    <about>
29      <label>Input</label>
30      <description>This is the control file for the program.</description>
31      <hints>EXAMPLE:  .print ac vm(11) mag(i(vcc))</hints>
32    </about>
33    <size>40x10</size>
34    <default>Enter your SPICE commands
35in this area.  Right-click
36for a menu of editing options.</default>
37  </string>
38</input>
39</run>
Note: See TracBrowser for help on using the repository browser.