1InputO(3)             User Contributed Perl Documentation            InputO(3)
2
3
4

NAME

6       Tk::InputO - Create and manipulate TIX InputO widgets
7

SYNOPSIS

9       $inputonly = $parent->InputO(?options?);
10

STANDARD OPTIONS

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

WIDGET-SPECIFIC OPTIONS

19       InputO does not have any widget specific options.
20

DESCRIPTION

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

WIDGET METHODS

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

BINDINGS

38       InputO widgets have no default bindings.
39
40
41
42perl v5.16.3                      2014-06-10                         InputO(3)
Impressum