home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / motif / 8179 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.2 KB

  1. 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
  2. From: janzen@lichen.mpr.ca (Martin Janzen)
  3. Newsgroups: comp.windows.x.motif
  4. Subject: Re: Any ideas for a Thermometer widget
  5. Message-ID: <1992Dec22.212452.2470@mprgate.mpr.ca>
  6. Date: 22 Dec 92 21:24:52 GMT
  7. References: <Monica_Lee-221292085607@129.193.144.127>
  8. Sender: janzen@lichen (Martin Janzen)
  9. Reply-To: janzen@mprgate.mpr.ca
  10. Organization: MPR Teltech Ltd.
  11. Lines: 18
  12.  
  13. In article <Monica_Lee-221292085607@129.193.144.127>, Monica_Lee@smtp.esl.com (Monica Lee) writes:
  14. >I want to create a thermometer widget.  I have the following ideas:
  15. >
  16. >1) use the drawing area widget
  17. >2) use the scroll bar widget - if I can turnoff the directional arrows
  18.  
  19. This would certainly be the simplest approach.  All you need to do is:
  20.  
  21.   XtVaSetValues(scrollbar_widget, XmNshowArrows, False, NULL);
  22.  
  23. >3) maybe use the scale widget
  24.  
  25.  
  26. -- 
  27. Martin Janzen                     janzen@mprgate.mpr.ca (134.87.131.13)
  28. MPR Teltech Ltd.                  Phone: (604) 293-5309
  29. 8999 Nelson Way                   Fax: (604) 293-6100
  30. Burnaby, BC, CANADA  V5A 4B5
  31.