Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!wnoc-tyo-news!ricohgwy!patty!snoopy!ohayon From: ohayon@snoopy.src.ricoh.co.jp (Ohayon Tsiel) Newsgroups: comp.windows.x.motif Subject: Re: MenuBar question Keywords: menubar Message-ID: <3475@snoopy.src.ricoh.co.jp> Date: 16 Oct 90 01:05:30 GMT References: <1990Oct15.232357.17960@wrl.dec.com> Reply-To: ohayon@snoopy.src.ricoh.JUNET (Ohayon Tsiel) Organization: Ricoh Software Research Center, Tokyo Lines: 15 One way to solve this menubar problem is to create instead of a cascade button a push button. The only thing that will happen is that you will get the following warning message: Warning: Name: Class: XmRowColumn Attempt to add wrong type child to a homogeneous RowColumn widget Then add callback to this button using the usual XtAddCallback function; This sould work since I do it all the time. T. Ohayon