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