Tk::InputO - Create and manipulate TIX InputO widgets
Contents
Bindings
InputO widgets have no default bindings.
perl v5.40.1 2025-04-13 InputO(3pm)
Description
The InputO method creates a new window (given by the $widget argument) and makes it into a InputO widget.
Additional options, described above, may be specified on the command line or in the option database to
configure aspects of the InputO such as its cursor or width.
InputO widgets are not visible to the user. The only purpose of InputO widgets are to accept inputs from
the user, which can be done with the bind method.
Name
Tk::InputO - Create and manipulate TIX InputO widgets
Standard Options
Only the following three standard options are supported by InputO:
cursorwidthheight
See Tk::options for details of the standard options.
Synopsis
$inputonly = $parent->InputO(?options?);
Widget Methods
The InputO method creates a widget object. This object supports the configure and cget methods described
in Tk::options which can be used to enquire and modify the options described above. The widget also
inherits all the methods provided by the generic Tk::Widget class.
Widget-Specific Options
InputO does not have any widget specific options.
