home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / graphics / explorer / 178 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.1 KB

  1. Path: sparky!uunet!olivea!sgigate!odin!fido!lavalite.asd.sgi.com!rlb
  2. From: rlb@lavalite.asd.sgi.com (Robert Brown)
  3. Newsgroups: comp.graphics.explorer
  4. Subject: Re: Changing option menu selection from SW?
  5. Message-ID: <p532o00@fido.asd.sgi.com>
  6. Date: 28 Aug 92 16:19:59 GMT
  7. References: <1992Aug26.093955@betsy.gsfc.nasa.gov>
  8. Sender: news@fido.asd.sgi.com (Usenet News Admin)
  9. Organization: sgi
  10. Lines: 18
  11.  
  12. In article <1992Aug26.093955@betsy.gsfc.nasa.gov>, hagedorn@betsy.gsfc.nasa.gov (John Hagedorn) writes:
  13. |> 
  14. |> I notice when I use the GenLat module that when I select
  15. |> one of the curvilinear choices from the "Coord Type" 
  16. |> menu that the "Coord Representation" option menu changes
  17. |> itself to curvilinear.  I haven't been able to find a 
  18. |> call for changing the current selection in an option 
  19. |> menu.  How is this done?
  20.  
  21. The routine GenLat uses is cxInWdgtLongSet.  The line of code, specifically
  22. from GenLat.c, is
  23.  
  24.         cxInWdgtLongSet("Coord Representation", CoordTypeNeeded);
  25.  
  26. Where CoordTypeNeeded is a long.
  27. ---------------
  28. Robert L. Brown
  29. Silicon Graphics, Inc.
  30.