home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sgi / 18409 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.2 KB

  1. Path: sparky!uunet!paladin.american.edu!gatech!news.ans.net!cmcl2!adm!news
  2. From: beyer@bflsgu.fl.bs.dlr.de (Ralf Beyer DLR)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re:  motif and pipes
  5. Message-ID: <34849@adm.brl.mil>
  6. Date: 1 Jan 93 10:54:31 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 28
  9.  
  10.  
  11.     1. How do I attach a callback functon to the close button of a 
  12.        dialog win?
  13.     
  14.            ie XtAddCallback (dialog, XmN..., myfunction, NULL)
  15.     
  16.        what goes in the ...?
  17.  
  18. XmNactivateCallback
  19.     
  20.     2. I have a forground Motif application which must launch and 
  21.        establish 2-way communcation with a non-graphic background
  22.        application. I have the source for both and thus can make 
  23.            any modifications necessary. My man pages have holes where 
  24.        socket, pipe and socketpair are supposed to be.
  25.  
  26. See the X Toolkit Intrinsics Programming Manual, OSF/Motif Edition, in
  27. particular XtAppAddInput().
  28.  
  29. Regards
  30.  
  31. ----------------------------------------------------------------------
  32. Ralf Beyer
  33. German Aerospace Research Establishment (DLR), Institute for Flight
  34. Guidance, Flughafen, D-3300 Braunschweig, Fed. Rep. of Germany
  35. Internet: beyer@bflsgu.fl.bs.dlr.de (EARN/BITNET: fl17@dlrvmbs.bitnet) 
  36. ----------------------------------------------------------------------
  37.  
  38.