Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / InputO.pod
CommitLineData
86530b38
AT
1=head1 NAME
2
3Tk::InputO - Create and manipulate TIX InputO widgets
4
5=for category Tix Extensions
6
7=head1 SYNOPSIS
8
9I<$inputonly> = I<$parent>-E<gt>B<InputO>(?I<options>?);
10
11=head1 STANDARD OPTIONS
12
13Only the following three standard options are supported by
14B<InputO>:
15
16B<cursor> B<width> B<height>
17
18See L<Tk::options> for details of the standard options.
19
20=head1 WIDGET-SPECIFIC OPTIONS
21
22B<InputO> does not have any widget specific options.
23
24=head1 DESCRIPTION
25
26The B<InputO> method creates a new window (given by the
27$widget argument) and makes it into a B<InputO>
28widget. Additional options, described above, may be specified on the
29command line or in the option database to configure aspects of the
30B<InputO> such as its cursor or width.
31
32B<InputO> widgets are not visible to the user. The only
33purpose of B<InputO> widgets are to accept inputs from the
34user, which can be done with the B<bind> method.
35
36=head1 WIDGET METHODS
37
38The B<InputO> method creates a widget object.
39This object supports the B<configure> and B<cget> methods
40described in L<Tk::options> which can be used to enquire and
41modify the options described above.
42The widget also inherits all the methods provided by the generic
43L<Tk::Widget|Tk::Widget> class.
44
45=head1 BINDINGS
46
47B<InputO> widgets have no default bindings.
48
49=cut
50