-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepicsLabel.xml
executable file
·63 lines (57 loc) · 1.82 KB
/
epicsLabel.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<refentry>
<refmeta>
<refentrytitle>Epics Label Widget</refentrytitle>
<manvolnum>1tcl</manvolnum>
</refmeta>
<refnamediv>
<refname>epicsLabel</refname>
<refpurpose>
Provide a label widget that connects to an epics channel.
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>
oackage require epicsLabel
</command>
</cmdsynopsis>
<cmdsynopsis>
<command>
::controlwidget::epicsLabel <replaceable>path ?options?...</replaceable>
</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>OPTIONS</title>
<para>
All options supported by the Tcl <command>label</command> widget are supported
by this widget. You should not, however use the -textvariable option as this is used
to connect the widget to the channel.
</para>
<para>
<variablelist>
<varlistentry>
<term><command>-channel <replaceable>name</replaceable></command></term>
<listitem>
<para>
This option is required and can only be set at construction time.
it provides the name of the epics channel to which the widget will be
connected.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1>
<title>METHODS</title>
<para>
All methods supported by the Tk label widget are supported by the epicsLabel widget.
</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>
</para>
</refsect1>
</refentry>