home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!sgigate!odin!fido!lavalite.asd.sgi.com!rlb
- From: rlb@lavalite.asd.sgi.com (Robert Brown)
- Newsgroups: comp.graphics.explorer
- Subject: Re: Changing option menu selection from SW?
- Message-ID: <p532o00@fido.asd.sgi.com>
- Date: 28 Aug 92 16:19:59 GMT
- References: <1992Aug26.093955@betsy.gsfc.nasa.gov>
- Sender: news@fido.asd.sgi.com (Usenet News Admin)
- Organization: sgi
- Lines: 18
-
- In article <1992Aug26.093955@betsy.gsfc.nasa.gov>, hagedorn@betsy.gsfc.nasa.gov (John Hagedorn) writes:
- |>
- |> I notice when I use the GenLat module that when I select
- |> one of the curvilinear choices from the "Coord Type"
- |> menu that the "Coord Representation" option menu changes
- |> itself to curvilinear. I haven't been able to find a
- |> call for changing the current selection in an option
- |> menu. How is this done?
-
- The routine GenLat uses is cxInWdgtLongSet. The line of code, specifically
- from GenLat.c, is
-
- cxInWdgtLongSet("Coord Representation", CoordTypeNeeded);
-
- Where CoordTypeNeeded is a long.
- ---------------
- Robert L. Brown
- Silicon Graphics, Inc.
-