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

  1. Path: sparky!uunet!psinntp!gdc!tornick
  2. From: tornick@gdc.com (Ed Tornick)
  3. Newsgroups: comp.lang.c++
  4. Subject: C++ and Motif application builders.
  5. Message-ID: <697@esun179.gdc.com>
  6. Date: 11 Jan 93 14:20:12 GMT
  7. Sender: news@gdc.com
  8. Reply-To: tornick@gdc.com
  9. Organization: General DataComm, Middlebury CT
  10. Lines: 23
  11. Nntp-Posting-Host: esun156
  12.  
  13. A group of us recently developed a prototype system that used OpenLook and
  14. DevGuide on the SUN.
  15.  
  16. Although DevGuide helped us build the actual windows, we needed a way to manage
  17. the windows and their interactions. To this end we developed a C++ class which handled the details of this management. Each window that we build would then inherit this
  18. base class. The base class managed creation of multiple instances of a given window,
  19. stored ptrs to the children windows, handled the destruction of children windows, etc.
  20.  
  21. We are now building a prototype using C++ and Motif. Rather than re-write the
  22. OpenLook code that managed the windows we are looking for a package (either public
  23. domain) or commercial that we can use to manage the window architecture.
  24.  
  25. We are using Xdesigner for the actual contruction of the individual windows.
  26.  
  27. Any information would be appreciated.
  28.  
  29. Thanks.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.