Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!mcnc!ncsuvx!news From: ltlovett@eos.ncsu.edu (LANCE TIMOTHY LOVETTE) Newsgroups: comp.windows.x.motif Subject: Menu Bars Message-ID: <1990Nov9.223934@eos.ncsu.edu> Date: 10 Nov 90 03:40:14 GMT Sender: news@ncsuvx.ncsu.edu (USENET News System) Reply-To: ltlovett@eos.ncsu.edu (LANCE TIMOTHY LOVETTE) Organization: Digital Equipment Corporation Lines: 26 I created a menu bar with XmCreateMenuBar. On the bar I put a cascade button to drop a pull down menu. My problem is I want to have an 'about' PushButtonWidget on the bar so that when pressed it pops up a dialog box. The program compiles and will run like I want, no problems, except for when it first runs I get the message: X Toolkit Warning: Name: menu_bar Class: XmRowColumn Attempt to add wrong type child to a homogeneous RowColumn widget I tried setting the XmNentryClass to NULL and the XmNisHomogeneous to False but that accomplished nothing. Also how can I position the widgets on the menu bar like this: _______________________________________________________________ Options File Help About _______________________________________________________________ with the 'about' to the far right. I tried setting the XmNx and XmNy positions but once again nothing was accomplished. Thanks a lot, Lance Lovette NCSU CSC