home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x.motif
- Path: sparky!uunet!think.com!paperboy.osf.org!juliet!daniel
- From: daniel@juliet.osf.org (Daniel Dardailler)
- Subject: Re: Need subclassing help!?
- Message-ID: <1992Nov20.155126.27984@osf.org>
- Sender: daniel@juliet (Daniel Dardailler)
- Organization: Open Software Foundation, Motif Team
- References: <4312@cvbnetPrime.COM>
- Date: Fri, 20 Nov 1992 15:51:26 GMT
- Lines: 15
-
-
- |> I'm having a problem with a widget I've subclassed under motif. I get the
- |> following error:
- |>
- |> Warning:
- |> Name: menubar
- |> Class: XmRowColumn
- |> Attempt to add wrong type child to a homogeneous RowColumn widget
- |
-
- In a MenuBar, the resource XmNisHomogeneous is forced to True,
- which mean that all children must be of the same class, namely
- XmCascadeButton (Style guide enforcement).
-
-
-