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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WidgetDemo - create a standard widget demonstration window.</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> WidgetDemo - create a standard widget demonstration window.</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="#author">AUTHOR</A></LI>
  26.     <LI><A HREF="#history">HISTORY</A></LI>
  27.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  28. </UL>
  29. <!-- INDEX END -->
  30.  
  31. <HR>
  32. <P>
  33. <H1><A NAME="name">NAME</A></H1>
  34. <P><CODE>WidgetDemo()</CODE> - create a standard widget demonstration window.</P>
  35. <P>
  36. <HR>
  37. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  38. <UL>
  39. <LI>Linux</LI>
  40. <LI>Solaris</LI>
  41. <LI>Windows</LI>
  42. </UL>
  43. <HR>
  44. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  45. <PRE>
  46.  use WidgetDemo;
  47.  my $TOP = $MW->WidgetDemo(
  48.      -name             => $demo,
  49.      -text             => 'Learn how to write a widget demonstration!',
  50.      -title            => 'WidgetDemo Demonstration',
  51.      -iconname         => 'WidgetDemo',
  52.      -geometry_manager => 'grid',
  53.      -font             => $FONT,
  54.  );</PRE>
  55. <P>
  56. <HR>
  57. <H1><A NAME="description">DESCRIPTION</A></H1>
  58. <P>This constructor builds a standard widget demonstration window, composed of
  59. three frames.  The top frame contains descriptive demonstration text.  The
  60. bottom frame contains the ``Dismiss'' and ``See Code'' buttons.  The middle frame
  61. is demonstration container, which came be managed by either the pack or grid
  62. geometry manager.</P>
  63. <P>The -text attribute is supplied to a Label widget, which is left-adjusted
  64. with -wraplength set to 4 inches.  If you require different specifications
  65. then pass an array to -text; the first element is the text string and
  66. the remaining array elements are standard Label widget attributes - WidgetDemo
  67. will rearrange things as required..</P>
  68. <PRE>
  69.     -text => ['Hello World!', qw/-wraplength 6i/],</PRE>
  70. <P>
  71. <HR>
  72. <H1><A NAME="author">AUTHOR</A></H1>
  73. <P>Steve Lidie <<A HREF="mailto:Stephen.O.Lidie@Lehigh.EDU">Stephen.O.Lidie@Lehigh.EDU</A>></P>
  74. <P>
  75. <HR>
  76. <H1><A NAME="history">HISTORY</A></H1>
  77. <P><A HREF="mailto:lusol@Lehigh.EDU,">lusol@Lehigh.EDU,</A> LUCC, 97/02/11
  78. <A HREF="mailto:lusol@Lehigh.EDU,">lusol@Lehigh.EDU,</A> LUCC, 97/06/07
  79. <A HREF="mailto:Stephen.O.Lidie@Lehigh.EDU,">Stephen.O.Lidie@Lehigh.EDU,</A> LUCC, 97/06/07
  80.  . Add <CODE>Delegates()</CODE> call that obviates the need for Top().  Many thanks to
  81.    Achim Bohnet for this patch.
  82.  . Fix -title so that it works.</P>
  83. <P>
  84. <HR>
  85. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  86. <P>Copyright (C) 1997 - 1998 Stephen O. Lidie. All rights reserved.</P>
  87. <P>This program is free software; you can redistribute it and/or modify it under
  88. the same terms as Perl itself.</P>
  89. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  90. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  91. <STRONG><P CLASS=block> WidgetDemo - create a standard widget demonstration window.</P></STRONG>
  92. </TD></TR>
  93. </TABLE>
  94.  
  95. </BODY>
  96.  
  97. </HTML>
  98.