Tk::InputO - Create and manipulate TIX InputO widgets
$inputonly = $parent->InputO(?options?);
User Contributed Perl Documentation InputO(3)
NAME
Tk::InputO - Create and manipulate TIX InputO widgets
SYNOPSIS
$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.
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.
BINDINGS
InputO widgets have no default bindings.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+----------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+----------------------------+
|Availability | library/perl-5/perl-tk-532 |
+---------------+----------------------------+
|Stability | Volatile |
+---------------+----------------------------+
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.036.tar.gz.
Further information about this software can be found on the open source
community website at http://search.cpan.org/~srezic/Tk.
perl v5.32.0 2013-11-15 InputO(3)