home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!agate!tukey.berkeley.edu!kennard
- From: kennard@tukey.berkeley.edu (Kennard White)
- Newsgroups: comp.lang.tcl
- Subject: tk2.3-pixmap
- Date: 4 Sep 1992 03:20:16 GMT
- Organization: U.C. Berkeley -- ERL
- Lines: 25
- Distribution: world
- Message-ID: <186klgINNt3j@agate.berkeley.edu>
- NNTP-Posting-Host: tukey.berkeley.edu
-
- I've updated my pixmap extension for Tk to work with Tk2.3. I've just
- now uploaded the tar file to barkeley...hopefully it will show up soon.
-
- Kennard
-
- The README is below:
-
- 92/Aug/03: Pixmap1 Extension to Tk
- 92/Sep/03: Pixmap Extension to Tk2.3
-
- The included files contain an extension to Tk for support of pixmaps.
- See the comments added to "tkBitmap.c". This extention allows the
- program to draw on a pixmap (using Xlib calls), and to have that pixmap
- displayed by a Tk button, menu or menubutton.
-
- This extension does NOT support a client-side data specification of the
- pixmap as with Tk_GetBitmapFromData(). Instead, the pixmap must be
- drawn using X calls.
-
- The only significant changes are to tkBitmap.c, the changes to the
- other files are one liners.
-
- Both the modified files and patch files are incuded.
-
- Kennard (kennard@ohm.berkeley.edu)
-