home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / perl / 7666 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!news.u.washington.edu!stein.u.washington.edu!wiml
  2. From: wiml@stein.u.washington.edu (William Lewis)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: X interface for perl programs
  5. Message-ID: <1iab5iINNspj@shelley.u.washington.edu>
  6. Date: 4 Jan 93 21:45:22 GMT
  7. Article-I.D.: shelley.1iab5iINNspj
  8. References: <1ia0pmINNgnj@fido.asd.sgi.com>
  9. Organization: University of Washington
  10. Lines: 16
  11. NNTP-Posting-Host: stein.u.washington.edu
  12.  
  13. rutt@paradise.mti.sgi.com (John C. Ruttenberg) writes:
  14. >Has anyone made a GUI "toolkit" that perl programs can use?  The best thing
  15. >would be simple enough to use in trivial little perl programs and would make a
  16. >certain class of users pretty happy.
  17.  
  18.   Try looking into Wafe. It's a program that basically provides a Tcl
  19. interface to a widget set (it's distributed expecting the Athena widget
  20. set, but the docs claim it's easy to use any widget set.) You communicate
  21. with the Wafe process via pipes. The distribution contains several examples
  22. of Perl programs using Wafe to provide a graphical interface. One nice
  23. feature is that since it's a separate process, your perl script doesn't
  24. have to wake up for simple things like screen refreshes; and you don't have
  25. to link together a new perl binary with special usersubs.
  26.   It should be findable on archie; its "home" site is
  27. ftp.wu-wien.ac.at:pub/src/X11/wafe/wafe-whatever.tar.Z  (whatever
  28. version.)
  29.