1 |
578 |
markom |
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
<TITLE>tixInputOnly - Create and manipulate TIX <B>InputOnly</B></I> widgets</TITLE>
|
5 |
|
|
<Center><H2>tixInputOnly - Create and manipulate TIX <B>InputOnly</B></I> widgets</H2></Center><hr>
|
6 |
|
|
|
7 |
|
|
</pre><H3>SYNOPSIS</H3>
|
8 |
|
|
<B>tixInputOnly<I> <I>pathName ?<I>options</I></B>?
|
9 |
|
|
<P>
|
10 |
|
|
</pre><H3>SUPER-CLASS</H3>
|
11 |
|
|
None
|
12 |
|
|
</pre><H3>STANDARD OPTIONS</H3>
|
13 |
|
|
Only the following three standard options are supported by
|
14 |
|
|
<B>TixInputOnly</B></I>:
|
15 |
|
|
<P>
|
16 |
|
|
<pre><code><code><code>
|
17 |
|
|
<B>
|
18 |
|
|
cursor width height
|
19 |
|
|
</B></I>
|
20 |
|
|
</code></code></code></pre>
|
21 |
|
|
<P>
|
22 |
|
|
See the "options(n)" manual entry for details on the standard options.
|
23 |
|
|
</pre><H3>WIDGET-SPECIFIC OPTIONS</H3>
|
24 |
|
|
<B>TixInputOnly</B></I> does not have any widget specific options.
|
25 |
|
|
</pre><HR>
|
26 |
|
|
</pre><H3>DESCRIPTION</H3>
|
27 |
|
|
<P>
|
28 |
|
|
The <B>tixInputOnly</B></I> command creates a new window (given by the
|
29 |
|
|
<I>pathName</I></B> argument) and makes it into a <B>tixInputOnly</B></I>
|
30 |
|
|
widget. Additional options, described above, may be specified on the
|
31 |
|
|
command line or in the option database to configure aspects of the
|
32 |
|
|
<B>tixInputOnly</B></I> such as its cursor or width.
|
33 |
|
|
<P>
|
34 |
|
|
<B>TixInputOnly</B></I> widgets are not visible to the user. The only
|
35 |
|
|
purpose of <B>TixInputOnly</B></I> widgets are to accept inputs from the
|
36 |
|
|
user, which can be done with the <B>bind</B></I> command.
|
37 |
|
|
</pre><H3>WIDGET COMMAND</H3>
|
38 |
|
|
<P>
|
39 |
|
|
The <B>tixInputOnly</B></I> command creates a new Tcl command whose name is
|
40 |
|
|
command may be used to invoke various operations on the widget. It
|
41 |
|
|
has the following general form:
|
42 |
|
|
<pre>
|
43 |
|
|
<I>pathName option </I></B>?<I>arg arg ...</I></B>?
|
44 |
|
|
|
45 |
|
|
</pre>
|
46 |
|
|
<I>PathName</I></B> is the name of the command, which is the same as the
|
47 |
|
|
the exact behavior of the command. The following commands are
|
48 |
|
|
possible for <B>tixInputOnly</B></I> widgets:
|
49 |
|
|
<DL>
|
50 |
|
|
<DT> <I>pathName <B>cget</B></I> <I>option</I></B>
|
51 |
|
|
</I></B>
|
52 |
|
|
<DD> Returns the current value of the configuration option given by
|
53 |
|
|
<I>option</I></B>. <I>Option</I></B> may have any of the values accepted by the
|
54 |
|
|
<B>tixInputOnly</B></I> command.
|
55 |
|
|
</DL>
|
56 |
|
|
<DL>
|
57 |
|
|
<DT> <I>pathName <B>configure</B></I> ?<I>option</I></B>? <I>?value option value ...</I></B>?
|
58 |
|
|
</I></B>
|
59 |
|
|
<DD> Query or modify the configuration options of the widget. If
|
60 |
|
|
no <I>option</I></B> is specified, returns a list describing all of the
|
61 |
|
|
available options for <I>pathName</I></B> (see <B>Tk_ConfigureInfo</B></I> for
|
62 |
|
|
information on the format of this list). If <I>option</I></B> is specified
|
63 |
|
|
with no <I>value</I></B>, then the command returns a list describing the
|
64 |
|
|
one named option (this list will be identical to the corresponding
|
65 |
|
|
sublist of the value returned if no <I>option</I></B> is specified). If
|
66 |
|
|
one or more <I>option-value</I></B> pairs are specified, then the command
|
67 |
|
|
modifies the given widget option(s) to have the given value(s); in
|
68 |
|
|
this case the command returns an empty string. <I>Option</I></B> may have
|
69 |
|
|
any of the values accepted by the <B>tixInputOnly</B></I> command.
|
70 |
|
|
</DL>
|
71 |
|
|
</pre><H3>BINDINGS</H3>
|
72 |
|
|
<P>
|
73 |
|
|
<B>tixInputOnly</B></I> widgets have no default bindings.
|
74 |
|
|
</pre><H3>KEYWORDS</H3>
|
75 |
|
|
Tix(n)
|
76 |
|
|
<hr><i>Last modified Sun Jan 19 22:34:30 EST 1997 </i> ---
|
77 |
|
|
<i>Serial 853731301</i>
|