Path: utzoo!attcan!uunet!decwrl!ucbvax!THUMPER.BELLCORE.COM!nsb From: nsb@THUMPER.BELLCORE.COM (Nathaniel Borenstein) Newsgroups: comp.soft-sys.andrew Subject: Re: moving menu items Message-ID: Date: 8 Oct 90 16:34:47 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 I would think that you could do this using menulist_ChainAfterML to chain your menus together in the right order. You create your own bind structure entries with NULL values as appropriate to override the ones you're getting automatically. For an example of this -- albeit one that is embedded in a lot of other stuff -- look at how the sendmessage window gets rid of some of the extra style menus. The source is in atkams/messages/lib/sendaux.c, around line 541 you can see where things like "Enumerate" get overridden. Hope that helps. Good luck. -- Nathaniel