home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / openloo / 3825 < prev    next >
Encoding:
Text File  |  1992-09-14  |  910 b   |  27 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!laphroaig!cflatter
  3. From: cflatter@nrao.edu (Chris Flatters)
  4. Subject: Re: Drawing Lines in Panels
  5. Message-ID: <1992Sep14.223509.22540@nrao.edu>
  6. Sender: news@nrao.edu
  7. Reply-To: cflatter@nrao.edu
  8. Organization: NRAO
  9. References: <1992Sep14.170620.27727@nosc.mil>
  10. Date: Mon, 14 Sep 1992 22:35:09 GMT
  11. Lines: 14
  12.  
  13. In article 27727@nosc.mil, detorres@nosc.mil (Andy de Torres) writes:
  14. >I would like to draw horizonal lines in an XView panel
  15. >to separate groups of panel items.  I tried getting
  16. >the XID and drawing into the window, but it didn't
  17. >seem to have any effect (no lines, no errors).
  18.  
  19. You would have to install your own PANEL_REPAINT_PROC to do this.
  20.  
  21. An easier procedure is to group your controls into seperate, adjacent
  22. panels and set WIN_BORDER to TRUE.
  23.  
  24.     Chris Flatters
  25.     cflatter@nrao.edu
  26.  
  27.