Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!uc!cs.umn.edu!kulkarni From: kulkarni@umn-cs.cs.umn.edu (Srinivas R. Kulkarni) Newsgroups: comp.windows.x Subject: bug in ORielly XMenu example Message-ID: <1990Jul18.200417.12802@cs.umn.edu> Date: 18 Jul 90 20:04:17 GMT Sender: kulkarni@cs.umn.edu ( Srinivas R. Kulkarni kulkarni@umn-cs.cs.umn.edu) Distribution: usa Organization: University of Minnesota, Minneapolis - CSCI Dept. Lines: 14 I tried making some changes to the Xaw Menu widget programs in the public domain ORielly examples in Chapter 12. xmenu7.c compiles and runs just fine as long as you dont change the NAME of the 'menu' widget. menu = XtCreatePopupShell("cant_change_this!!", simpleMenuWidgetClass, button, NULL, 0); I get the following warning from the PopupMenu procedure: Warning: MenuButton: Could not find menu widget named menu. Is the above a bug, a feature, or is it just me?!