home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / 2271 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!mips!darwin.sura.net!jvnc.net!gmd.de!berlage
  3. From: berlage@gmd.de (Thomas Berlage)
  4. Subject: Re: Lucid Lisp w/Knowledge Craft and CLX running under Motif?
  5. Message-ID: <berlage.714378026@gmd.de>
  6. Sender: news@gmd.de (USENET News)
  7. Nntp-Posting-Host: gmdzi
  8. Organization: GMD, Sankt Augustin, Germany
  9. References: <1992Aug20.204016.23188@e3u001.ped.pto.ford.com>
  10. Date: Fri, 21 Aug 1992 06:20:26 GMT
  11. Lines: 28
  12.  
  13. In <1992Aug20.204016.23188@e3u001.ped.pto.ford.com> cannell@ed8217.ped.pto.ford.com (Larry Cannell) writes:
  14. >Question: Will the KC/Lucid/CLX application have problems running under
  15. >OSF/Motif?  If so, what kind of problems?
  16.  
  17. The only major problem I can think of is that your CLX code needs to follow
  18. the ICCCM (Inter Client Communications Conventions Manual) that can be found
  19. in the MIT X distribution. If not, you may have some problems with the Motif
  20. window manager (mwm). That should not be too difficult to fix.
  21.  
  22. However, compared to other Motif programs your application may not look as
  23. nice and may have a different feel (mouse buttons etc.). If you require that
  24. your application is style-compatible with other Motif apps, then you could
  25. use our Lisp binding for Motif called CLM (see the file CLM+GINA.README on
  26. export.lcs.mit.edu in /contrib or on ftp.gmd.de in /gmd/gina). You could use
  27. CLM to add Motif-style menus, scroll bars and dialog boxes to your
  28. application. You will still need parts of your CLX code for custom drawings
  29. etc.
  30.  
  31. Contact me for any further questions on CLM and GINA (GINA is a layer on top
  32. of CLM and CLX, you can use it to write new graphical applications much more
  33. easily).
  34.  
  35. Btw., do not confuse CLM with CLIM, the latter is a commercial interface
  36. package.
  37.  
  38. Thomas Berlage (berlage@gmd.de)
  39. GMD (German National Research Center for Computer Science)
  40. P.O. Box 1316, 5205 Sankt Augustin 1, Germany
  41.