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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::Pixmap - Create color images from XPM files.</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::Pixmap - Create color images from XPM files.</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="#image methods">IMAGE METHODS</A></LI>
  26.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27.     <LI><A HREF="#keywords">KEYWORDS</A></LI>
  28. </UL>
  29. <!-- INDEX END -->
  30.  
  31. <HR>
  32. <P>
  33. <H1><A NAME="name">NAME</A></H1>
  34. <P>Tk::Pixmap - Create color images from XPM files.</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. <P>    <EM>$widget</EM>-><STRONG>Pixmap</STRONG>?(<EM>name</EM>?,<EM>options</EM>?)?</P>
  46. <P>
  47. <HR>
  48. <H1><A NAME="description">DESCRIPTION</A></H1>
  49. <P>XPM is a popular X Window image file format for storing color icons.
  50. The <STRONG>Pixmap</STRONG> image type can be used to create color images using XPM files.</P>
  51. <P>Pixmaps support the following <EM>options</EM>:</P>
  52. <DL>
  53. <DT><STRONG><A NAME="item_%2Ddata_%3D%3E_string"><STRONG>-data</STRONG> => <EM>string</EM></A></STRONG><BR>
  54. <DD>
  55. Specifies the contents of the source pixmap as a string.  The string
  56. must adhere to the XPM file format (e.g., as generated by the
  57. <STRONG>pixmap(1)</STRONG> program). If both the <STRONG>-data</STRONG> and <STRONG>-file</STRONG>
  58. options are specified, the <STRONG>-data</STRONG> option takes precedence.
  59. Please note that the XPM file parsing code in the xpm library is
  60. somewhat fragile. The first line of the string must be ``<STRONG>/* XPM</STRONG>
  61. */'' or otherwise a segmatation fault will be caused.
  62. <P></P>
  63. <DT><STRONG><A NAME="item_%2Dfile_%3D%3E_name"><STRONG>-file</STRONG> => <EM>name</EM></A></STRONG><BR>
  64. <DD>
  65. <EM>name</EM> gives the name of a file whose contents define the source
  66. pixmap.  The file must adhere to the XPM file format (e.g., as
  67. generated by the <STRONG>pixmap(1)</STRONG> program).
  68. <P></P></DL>
  69. <P>
  70. <HR>
  71. <H1><A NAME="image methods">IMAGE METHODS</A></H1>
  72. <P>When a pixmap image is created, Tk also creates a new 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.</P>
  76. <P>
  77. <HR>
  78. <H1><A NAME="see also">SEE ALSO</A></H1>
  79. <P><A HREF="../../../site/lib/Tk/Image.html">Tk::Image</A></P>
  80. <P>
  81. <HR>
  82. <H1><A NAME="keywords">KEYWORDS</A></H1>
  83. <P>pixmap, image, tix</P>
  84. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  85. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  86. <STRONG><P CLASS=block> Tk::Pixmap - Create color images from XPM files.</P></STRONG>
  87. </TD></TR>
  88. </TABLE>
  89.  
  90. </BODY>
  91.  
  92. </HTML>
  93.