home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _b6bb4c4a28a586ca4146f2c4bce49a09 < prev    next >
Text File  |  2000-03-23  |  3KB  |  91 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::InputO - Create and manipulate TIX InputO widgets</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Tk::InputO - Create and manipulate TIX InputO widgets</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#standard options">STANDARD OPTIONS</A></LI>
  25.     <LI><A HREF="#widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></LI>
  26.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  27.     <LI><A HREF="#widget methods">WIDGET METHODS</A></LI>
  28.     <LI><A HREF="#bindings">BINDINGS</A></LI>
  29. </UL>
  30. <!-- INDEX END -->
  31.  
  32. <HR>
  33. <P>
  34. <H1><A NAME="name">NAME</A></H1>
  35. <P>Tk::InputO - Create and manipulate TIX InputO widgets</P>
  36. <P>
  37. <HR>
  38. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  39. <UL>
  40. <LI>Linux</LI>
  41. <LI>Solaris</LI>
  42. <LI>Windows</LI>
  43. </UL>
  44. <HR>
  45. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  46. <P><EM>$inputonly</EM> = <EM>$parent</EM>-><STRONG>InputO</STRONG>(?<EM>options</EM>?);</P>
  47. <P>
  48. <HR>
  49. <H1><A NAME="standard options">STANDARD OPTIONS</A></H1>
  50. <P>Only the following three standard options are supported by
  51. <STRONG>InputO</STRONG>:</P>
  52. <P><STRONG>cursor</STRONG>    <STRONG>width</STRONG>    <STRONG>height</STRONG></P>
  53. <P>See <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> for details of the standard options.</P>
  54. <P>
  55. <HR>
  56. <H1><A NAME="widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></H1>
  57. <P><STRONG>InputO</STRONG> does not have any widget specific options.</P>
  58. <P>
  59. <HR>
  60. <H1><A NAME="description">DESCRIPTION</A></H1>
  61. <P>The <STRONG>InputO</STRONG> method creates a new window (given by the
  62. $widget argument) and makes it into a <STRONG>InputO</STRONG>
  63. widget.  Additional options, described above, may be specified on the
  64. command line or in the option database to configure aspects of the
  65. <STRONG>InputO</STRONG> such as its cursor or width.</P>
  66. <P><STRONG>InputO</STRONG> widgets are not visible to the user. The only
  67. purpose of <STRONG>InputO</STRONG> widgets are to accept inputs from the
  68. user, which can be done with the <STRONG>bind</STRONG> method.</P>
  69. <P>
  70. <HR>
  71. <H1><A NAME="widget methods">WIDGET METHODS</A></H1>
  72. <P>The <STRONG>InputO</STRONG> method creates a widget object.
  73. This object supports the <STRONG>configure</STRONG> and <STRONG>cget</STRONG> methods
  74. described in <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> which can be used to enquire and
  75. modify the options described above.
  76. The widget also inherits all the methods provided by the generic
  77. <A HREF="../../../site/lib/Tk/Widget.html">Tk::Widget</A> class.</P>
  78. <P>
  79. <HR>
  80. <H1><A NAME="bindings">BINDINGS</A></H1>
  81. <P><STRONG>InputO</STRONG> widgets have no default bindings.</P>
  82. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  83. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  84. <STRONG><P CLASS=block> Tk::InputO - Create and manipulate TIX InputO widgets</P></STRONG>
  85. </TD></TR>
  86. </TABLE>
  87.  
  88. </BODY>
  89.  
  90. </HTML>
  91.