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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::NumEntry - A numeric Entry widget with inc. & dec. Buttons</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::NumEntry - A numeric Entry widget with inc. & dec. Buttons</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="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#standard options">STANDARD OPTIONS</A></LI>
  26.     <LI><A HREF="#widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></LI>
  27.     <LI><A HREF="#author">AUTHOR</A></LI>
  28.     <LI><A HREF="#acknowledgements">ACKNOWLEDGEMENTS</A></LI>
  29.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  30. </UL>
  31. <!-- INDEX END -->
  32.  
  33. <HR>
  34. <P>
  35. <H1><A NAME="name">NAME</A></H1>
  36. <P>Tk::NumEntry - A numeric Entry widget with inc. & dec. Buttons</P>
  37. <P>
  38. <HR>
  39. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  40. <UL>
  41. <LI>Linux</LI>
  42. <LI>Solaris</LI>
  43. <LI>Windows</LI>
  44. </UL>
  45. <HR>
  46. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  47. <P>    <STRONG>use Tk::NumEntry;</STRONG></P>
  48. <P>    <EM>$parent</EM>-><STRONG>NumEntry</STRONG>(?<EM>-option</EM>=><EM>value</EM>, ...?);</P>
  49. <P>
  50. <HR>
  51. <H1><A NAME="description">DESCRIPTION</A></H1>
  52. <P><STRONG>Tk::NumEntry</STRONG> defines a widget for entering integer numbers. The widget
  53. also contains buttons for increment and decrement.</P>
  54. <P><STRONG>Tk::NumEntry</STRONG> supports all the options and methods that the plain 
  55. NumEntry widget provides (see <A HREF="../../../site/lib/Tk/NumEntryPlain.html">the Tk::NumEntryPlain manpage</A>), plus the
  56. following options</P>
  57. <P>
  58. <HR>
  59. <H1><A NAME="standard options">STANDARD OPTIONS</A></H1>
  60. <P>Besides the standard options of the <A HREF="../../../site/lib/Tk/Button.html">Button</A> widget
  61. NumEntry supports:</P>
  62. <P><STRONG>-repeatdelay</STRONG> <STRONG>-repeatinterval</STRONG></P>
  63. <P>
  64. <HR>
  65. <H1><A NAME="widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></H1>
  66. <DL>
  67. <DT><STRONG><A NAME="item_Name%3A_buttons">Name:             <STRONG>buttons</STRONG></A></STRONG><BR>
  68. <DD>
  69. <DT><STRONG><A NAME="item_Class%3A_Buttons">Class:            <STRONG>Buttons</STRONG></A></STRONG><BR>
  70. <DD>
  71. <DT><STRONG><A NAME="item_Switch%3A_%2Dbuttons">Switch:           <STRONG>-buttons</STRONG></A></STRONG><BR>
  72. <DD>
  73. <DT><STRONG><A NAME="item_Fallback%3A_1">Fallback:        <STRONG>1</STRONG></A></STRONG><BR>
  74. <DD>
  75. boolian that defines if the inc. and dec buttons are visible.
  76. <P></P></DL>
  77. <P>
  78. <HR>
  79. <H1><A NAME="author">AUTHOR</A></H1>
  80. <P>Graham Barr <<EM><A HREF="mailto:gbarr@pobox.com">gbarr@pobox.com</A></EM>></P>
  81. <P>
  82. <HR>
  83. <H1><A NAME="acknowledgements">ACKNOWLEDGEMENTS</A></H1>
  84. <P>I would to thank  Achim Bohnet <<EM><A HREF="mailto:ach@mpe.mpg.de">ach@mpe.mpg.de</A></EM>>
  85. for all the feedback and testing. And for the splitting of the original
  86. Tk::NumEntry into Tk::FireButton, Tk::NumEntryPlain and Tk::NumEntry</P>
  87. <P>
  88. <HR>
  89. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  90. <P>Copyright (c) 1997-1998 Graham Barr. All rights reserved.
  91. This program is free software; you can redistribute it and/or modify it
  92. under the same terms as Perl itself.</P>
  93. <P>Except the typo's, they blong to Achim :-)</P>
  94. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  95. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  96. <STRONG><P CLASS=block> Tk::NumEntry - A numeric Entry widget with inc. & dec. Buttons</P></STRONG>
  97. </TD></TR>
  98. </TABLE>
  99.  
  100. </BODY>
  101.  
  102. </HTML>
  103.