1InputO(3) User Contributed Perl Documentation InputO(3)
2
3
4
6 Tk::InputO - Create and manipulate TIX InputO widgets
7
9 $inputonly = $parent->InputO(?options?);
10
12 Only the following three standard options are supported by InputO:
13
14 cursor width height
15
16 See Tk::options for details of the standard options.
17
19 InputO does not have any widget specific options.
20
22 The InputO method creates a new window (given by the $widget argument)
23 and makes it into a InputO widget. Additional options, described
24 above, may be specified on the command line or in the option database
25 to configure aspects of the InputO such as its cursor or width.
26
27 InputO widgets are not visible to the user. The only purpose of InputO
28 widgets are to accept inputs from the user, which can be done with the
29 bind method.
30
32 The InputO method creates a widget object. This object supports the
33 configure and cget methods described in Tk::options which can be used
34 to enquire and modify the options described above. The widget also
35 inherits all the methods provided by the generic Tk::Widget class.
36
38 InputO widgets have no default bindings.
39
40
41
42perl v5.38.0 2023-07-21 InputO(3)