home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!mprgate.mpr.ca!lichen!janzen
- From: janzen@lichen.mpr.ca (Martin Janzen)
- Newsgroups: comp.windows.x.motif
- Subject: Re: Any ideas for a Thermometer widget
- Message-ID: <1992Dec22.212452.2470@mprgate.mpr.ca>
- Date: 22 Dec 92 21:24:52 GMT
- References: <Monica_Lee-221292085607@129.193.144.127>
- Sender: janzen@lichen (Martin Janzen)
- Reply-To: janzen@mprgate.mpr.ca
- Organization: MPR Teltech Ltd.
- Lines: 18
-
- In article <Monica_Lee-221292085607@129.193.144.127>, Monica_Lee@smtp.esl.com (Monica Lee) writes:
- >I want to create a thermometer widget. I have the following ideas:
- >
- >1) use the drawing area widget
- >2) use the scroll bar widget - if I can turnoff the directional arrows
-
- This would certainly be the simplest approach. All you need to do is:
-
- XtVaSetValues(scrollbar_widget, XmNshowArrows, False, NULL);
-
- >3) maybe use the scale widget
-
-
- --
- Martin Janzen janzen@mprgate.mpr.ca (134.87.131.13)
- MPR Teltech Ltd. Phone: (604) 293-5309
- 8999 Nelson Way Fax: (604) 293-6100
- Burnaby, BC, CANADA V5A 4B5
-