home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / motif / 8147 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.2 KB  |  27 lines

  1. Newsgroups: comp.windows.x.motif
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!darwin.sura.net!spool.mu.edu!think.com!paperboy.osf.org!juliet!daniel
  3. From: daniel@juliet.osf.org (Daniel Dardailler)
  4. Subject: Re: Q: ScrolledWidndow with just vertical scrolling
  5. Message-ID: <1992Dec21.150758.11104@osf.org>
  6. Sender: daniel@juliet (Daniel Dardailler)
  7. Organization: Open Software Foundation, Motif Team
  8. References:  <1992Dec18.231313.12927@news.media.mit.edu>
  9. Date: Mon, 21 Dec 1992 15:07:58 GMT
  10. Lines: 15
  11.  
  12.   
  13. |> I'm trying to create a scrolledWindow which has a rowColumn widget for what
  14. |> it's viewing.  I'd like the rowColumn to be constrained so that its right
  15. |> and left attachments are the scrolled window --- ie. I'd like the scrolled
  16. |> window only to have a vertical scrollBar.  This way if the user resizes the
  17. |> window's width, the things in my rowColumn will get wider (not display
  18. |> more).
  19.  
  20. Mixed AUTOMATIC/APPLICATION_DEFINED scrollingPolicy is not supported
  21. in the scrolled window today.
  22.  
  23. The best I can suggest is AUTOMATIC with the application tracking the
  24. resize event on the scrolled window and resizing the rowcolumn so that
  25. the horizontal scrollbar is never shown.
  26.  
  27.