home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / text / frame / 2685 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.9 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!mtxinu!sybase!orion!jameison
  2. From: jameison@orion.sybase.com (Jameison Martin)
  3. Newsgroups: comp.text.frame
  4. Subject: Re: resizing C and P catalog windows in Unix Frame?
  5. Keywords: resize, windows, Unix
  6. Message-ID: <22715@sybase.sybase.com>
  7. Date: 24 Aug 92 17:11:53 GMT
  8. References: <matt.714435793@unidata.ucar.edu>
  9. Sender: news@Sybase.COM
  10. Reply-To: user@machine.domain
  11. Organization: UC Berkeley XRN Design Team
  12. Lines: 34
  13.  
  14. In article <matt.714435793@unidata.ucar.edu>, matt@unidata.ucar.edu (Matt Hicks) writes:
  15. |> Is there a way to resize the windows on the paragraph and character
  16. |> catalogs so that you don't have to scroll every time you call them
  17. |> up? I'm working in the X-windows version on a Mac. The windows are
  18. |> borderless so there is nothing to click on to drag. I'll probably
  19. |> learn the keyboard shortcuts (such as they are) eventually, because
  20. |> I hate mice, but in the meantime all this scrolling is getting on my
  21. |> nerves.
  22. |> 
  23. |> Oh yeah, I have a three-button Gravis mouse, if that makes any dif-
  24. |> ference.
  25. |> --
  26. |> _________________________________________________  /\_/\  _________________
  27. |> Matthew  B.  Hicks     | Unidata Program Center | ((ovo))  The spotted owl:
  28. |> matt@unidata.ucar.edu  | UCAR, PO Box 3000      | ():::()  the other "other
  29. |> 303/497-8676           | Boulder, CO 80307-3000 |   VVV    white meat."   
  30.  
  31. I haven't tried but you should be able to control
  32. the size via the following x resources (taken from
  33. xresources/Maker)
  34.  
  35. !       P Catalog coordinates and dimensions:
  36.  
  37. Maker.pCatalog.form.x:          685
  38. Maker.pCatalog.form.y:          0
  39. Maker.pCatalog.form.width:      136
  40. Maker.pCatalog.form.height:     168
  41.  
  42. !       C Catalog coordinates and dimensions:
  43.  
  44. Maker.cCatalog.form.x:          685
  45. Maker.cCatalog.form.y:          217
  46. Maker.cCatalog.form.width:      136
  47. Maker.cCatalog.form.height:     168
  48.