home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _0f49bea30ee52c10d376155f2346b89c < prev    next >
Text File  |  2004-06-01  |  1KB  |  51 lines

  1. =head1 NAME
  2.  
  3. Tk::InputO - Create and manipulate TIX InputO widgets
  4.  
  5. =for category Tix Extensions
  6.  
  7. =head1 SYNOPSIS
  8.  
  9. I<$inputonly> = I<$parent>-E<gt>B<InputO>(?I<options>?);
  10.  
  11. =head1 STANDARD OPTIONS
  12.  
  13. Only the following three standard options are supported by
  14. B<InputO>:
  15.  
  16. B<cursor>    B<width>    B<height>
  17.  
  18. See L<Tk::options> for details of the standard options.
  19.  
  20. =head1 WIDGET-SPECIFIC OPTIONS
  21.  
  22. B<InputO> does not have any widget specific options.
  23.  
  24. =head1 DESCRIPTION
  25.  
  26. The B<InputO> method creates a new window (given by the
  27. $widget argument) and makes it into a B<InputO>
  28. widget.  Additional options, described above, may be specified on the
  29. command line or in the option database to configure aspects of the
  30. B<InputO> such as its cursor or width.
  31.  
  32. B<InputO> widgets are not visible to the user. The only
  33. purpose of B<InputO> widgets are to accept inputs from the
  34. user, which can be done with the B<bind> method.
  35.  
  36. =head1 WIDGET METHODS
  37.  
  38. The B<InputO> method creates a widget object.
  39. This object supports the B<configure> and B<cget> methods
  40. described in L<Tk::options> which can be used to enquire and
  41. modify the options described above.
  42. The widget also inherits all the methods provided by the generic
  43. L<Tk::Widget|Tk::Widget> class.
  44.  
  45. =head1 BINDINGS
  46.  
  47. B<InputO> widgets have no default bindings.
  48.  
  49. =cut
  50.  
  51.