home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / x / motif / 7613 < prev    next >
Encoding:
Text File  |  1992-11-20  |  810 b   |  27 lines

  1. Newsgroups: comp.windows.x.motif
  2. Path: sparky!uunet!think.com!paperboy.osf.org!juliet!daniel
  3. From: daniel@juliet.osf.org (Daniel Dardailler)
  4. Subject: Re: Need subclassing help!?
  5. Message-ID: <1992Nov20.155126.27984@osf.org>
  6. Sender: daniel@juliet (Daniel Dardailler)
  7. Organization: Open Software Foundation, Motif Team
  8. References:  <4312@cvbnetPrime.COM>
  9. Date: Fri, 20 Nov 1992 15:51:26 GMT
  10. Lines: 15
  11.  
  12.  
  13. |> I'm having a problem with a widget I've subclassed under motif. I get the
  14. |> following error:
  15. |> 
  16. |> Warning: 
  17. |>     Name: menubar
  18. |>     Class: XmRowColumn
  19. |>     Attempt to add wrong type child to a homogeneous RowColumn widget
  20.  
  21. In a MenuBar, the resource XmNisHomogeneous is forced to True,
  22. which mean that all children must be of the same class, namely
  23. XmCascadeButton (Style guide enforcement).
  24.  
  25.  
  26.