home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / tcl / 1321 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.2 KB  |  67 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!mcsun!Germany.EU.net!math.fu-berlin.de!zrz.tu-berlin.de!mailgzrz.tu-berlin.de!garfield
  3. From: garfield@cs.tu-berlin.de (Sven Delmas)
  4. Subject: TkPixmap 1.1 released
  5. Message-ID: <GARFIELD.92Sep8173722@desaster.cs.tu-berlin.de>
  6. Lines: 55
  7. Sender: news@mailgzrz.tu-berlin.de (News Manager)
  8. Nntp-Posting-Host: desaster.cs.tu-berlin.de
  9. Organization: Techn. Univ. Berlin (Germany)
  10. Date: Tue, 8 Sep 1992 15:37:24 GMT
  11.  
  12. Hi,
  13.  
  14. I have just uploaded TkPixmap 1.1 to:
  15.         barkley.berkeley.edu and
  16.         coma.cs.tu-berlin.de
  17. it should be available soon (right now it is in ./incoming :-).
  18.  
  19. This package contains a patch for tk 2.3, that makes it possible to
  20. use color pixmaps as button labels (labels, button, checkbutton,
  21. menubutton and radiobutton), and as canvas items (tag type bitmap).
  22.  
  23. Here some parts of the README:
  24.  
  25. this is the README for TkPixmap. This patch allows you to
  26. use standard (monochrome) bitmaps AND (color) pixmaps in the
  27. Xpm 3 format.
  28.  
  29. You can use the color pixmaps in buttons, menus and everywhere
  30. where the -bitmap option is used. The changes to Tk 2.3 are on
  31. a very low level, so that every program (widget) that uses the
  32. standard Tk routines to handle the -bitmap resource can now use
  33. bitmaps AND pixmaps. On the other hand the changes are
  34. relatively small, and should not affect your daily work with Tk.
  35. I make no guarantee that this patch works, but it works for me,
  36. so it should work for you :-).
  37.  
  38. Requirements:
  39. -------------
  40.     - the Tk/Tcl package version 2.3.
  41.  
  42.     - the Xpm 3.0b package from GROUPE BULL
  43.       (BULL Research FRANCE -- Koala Project).
  44.           The library is available at:
  45.             avahi.inria.fr (138.96.24.30), or
  46.             export.lcs.mit.edu
  47.  
  48. Availability:
  49. -------------
  50. TkPixmap is available via anonymous ftp at:
  51.     coma.cs.tu-berlin.de: pub/tcl/TkPixmap1.1.tar.Z or
  52.                               pub/tcl/TkPixmap.tar.Z (always the last release)
  53.     barkley.berkeley.edu: tcl/code/TkPixmap1.1.tar.Z
  54.  
  55. Feedback (Author):
  56. ------------------
  57. Sven Delmas
  58. TU Berlin, Germany
  59. garfield@cs.tu-berlin.de
  60. --
  61. ----
  62.   Sven Delmas (Techn. Univ. Berlin)
  63.     garfield@cs.tu-berlin.de
  64. ----
  65.   For every problem there is a solution which is simple, clean and wrong.
  66.                                                   Henry Louis Mencken
  67.