home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / tcl / 1304 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!agate!tukey.berkeley.edu!kennard
  2. From: kennard@tukey.berkeley.edu (Kennard White)
  3. Newsgroups: comp.lang.tcl
  4. Subject: tk2.3-pixmap
  5. Date: 4 Sep 1992 03:20:16 GMT
  6. Organization: U.C. Berkeley -- ERL
  7. Lines: 25
  8. Distribution: world
  9. Message-ID: <186klgINNt3j@agate.berkeley.edu>
  10. NNTP-Posting-Host: tukey.berkeley.edu
  11.  
  12. I've updated my pixmap extension for Tk to work with Tk2.3.  I've just
  13. now uploaded the tar file to barkeley...hopefully it will show up soon.
  14.  
  15. Kennard
  16.  
  17. The README is below:
  18.  
  19. 92/Aug/03: Pixmap1 Extension to Tk
  20. 92/Sep/03: Pixmap Extension to Tk2.3
  21.  
  22. The included files contain an extension to Tk for support of pixmaps.
  23. See the comments added to "tkBitmap.c".  This extention allows the
  24. program to draw on a pixmap (using Xlib calls), and to have that pixmap
  25. displayed by a Tk button, menu or menubutton.
  26.  
  27. This extension does NOT support a client-side data specification of the
  28. pixmap as with Tk_GetBitmapFromData().  Instead, the pixmap must be
  29. drawn using X calls.
  30.  
  31. The only significant changes are to tkBitmap.c, the changes to the
  32. other files are one liners.
  33.  
  34. Both the modified files and patch files are incuded.
  35.  
  36. Kennard (kennard@ohm.berkeley.edu)
  37.