home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / motif / 8458 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.2 KB

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