home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / motif / 8342 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.windows.x.motif
  2. Path: sparky!uunet!think.com!paperboy.osf.org!moonshine!daniel
  3. From: daniel@moonshine.osf.org (Daniel Dardailler)
  4. Subject: Re: XmNShadowThickness Problem
  5. Message-ID: <1993Jan5.161410.9111@osf.org>
  6. Keywords: 
  7.  
  8. Sender: daniel@moonshine (Daniel Dardailler)
  9. Organization: Open Software Foundation, Motif Team
  10. References:  <1993Jan5.125137@gese.ge14.mdadv.gv.at>
  11. Date: Tue, 5 Jan 1993 16:14:10 GMT
  12. Lines: 19
  13.  
  14. |> Inside a  XmFormDialog I have a XmMenuBar,  a XmDrawingArea,  and a XmRowColumn 
  15. |> containing a few PushButtons.
  16. |> Problem: for the RowColumn and the DrawArea I can set the ShadowThickness-resource to 
  17. |> whatever without getting any visible result (no 3d-effect)...
  18. |> The MenuBar responds correct to modifications of his ShadowThickness (as far as I know a 
  19. |> MenuBar is a RowColumn too) ...
  20. |> So what's happening here (on this VAX-VMS with Motif 1.1)?
  21.  
  22.  
  23. Not all widgets (or type of widgets) support this resource, that's it.
  24. For those who don't, you can use a Frame widget to enclose your widget.
  25. DrawingArea explicitly stopped supporting it in 1.1.something because
  26. of expose policy issues.
  27. Non-menu RowColumns never had it.
  28. Form supports it, but you'll need to play with margin to get it
  29. work correctly (attachments usually don't take it into account).
  30. For the rest, see the doc.
  31.  
  32.  
  33.