Tk::InputO (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Tk::InputO - Create and manipulate TIX InputO widgetsSYNOPSIS
$inputonly = $parent->InputO(?options?);STANDARD OPTIONS
Only the following three standard options are supported by InputO:
cursor width height
See Tk::options for details of the standard options.
WIDGET-SPECIFIC OPTIONS
InputO does not have any widget specific options.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.