home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / x / 21526 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.0 KB

  1. Path: sparky!uunet!paladin.american.edu!gatech!udel!sol.cis.udel.edu!singhal
  2. From: singhal@sol.cis.udel.edu (Amod Singhal)
  3. Newsgroups: comp.windows.x
  4. Subject: How to incorporate Xlib-based GUI into a Motif-based GUI? HELP!
  5. Date: 25 Jan 1993 08:43:12 GMT
  6. Organization: University of Delaware, Newark
  7. Lines: 39
  8. Distribution: world
  9. Message-ID: <1k0970$lq0@nigel.ee.udel.edu>
  10. NNTP-Posting-Host: sol.cis.udel.edu
  11. Keywords: XLIB, MOTIF
  12.  
  13. Hi!
  14. I'm new to XWindows programming and need help.
  15. Please email responses directly to singhal@cis.udel.edu
  16.  
  17. PROBLEM SUMMARY:
  18. How can I incorporate a window (created using Xlib calls 
  19. exclusively) into a composite GUI which is to be built
  20. using Xt or Motif or a Motif-based GUI builder?
  21.  
  22. DETAILED DESCRIPTION:
  23. I'm enhancing an existing package (Mike Patton's "MAP" 
  24. program for displaying network topology) which uses Xlib
  25. functions to do all X-windowing.  The package displays
  26. a rectangular window in which network nodes
  27. are displayed. There is a text input area at the 
  28. bottom of the window where commands may be entered.
  29. Entering commands or clicking on a displayed node generates
  30. textual information.  However, this info is displayed not in 
  31. the map window, but in the shell from which MAP was invoked.
  32.  
  33. I want to make the following enhancements:
  34.  
  35. 1.    Provide point and click capability for invoking all
  36.     command line commands, some of which require parameters.
  37.  
  38. 2.    Display all information within a single GUI which contains:
  39.     the map window (without changing any of its current functionality),
  40.     the necessary menu buttons for invoking the commands, and an additional
  41.     area to display the output generated by commands or clicking on the nodes.
  42.  
  43. Since I have a GUI builder, I would like to use it to build
  44. the interface as far as possible. I would like to avoid all
  45. Xlib level programming. How do I go about making these changes?
  46.  
  47. Thanks in advance.
  48. -- 
  49. -------------------------------------------------------------------
  50. Amod Singhal   phone: (302) 456-9047  email: singhal@cis.udel.edu
  51. -------------------------------------------------------------------
  52.