What widgets can I put inside a menubar?
[Last modified: Oct 95] Answer: You can only put cascade buttons (widgets or gadgets) in the top level of menubars. However, the children of these cascade buttons can be pushbuttons with labels, pushbuttons with pixmaps, toggle buttons, separators, other cascade buttons. —————————————————————————– Subject: 179) Can I have a cascade button without a submenu in a pulldown menu? Answer: Yes you can. A cascade button has an activate callback which is called when you click on it and it doesn’t have a submenu. It can have a mnemonic, but keyboard traversal using the arrow keys in the menu will skip over it. —————————————————————————– Subject: 180) Should I have a cascade button without a submenu in a pulldown menu? Answer: No. This is forbidden by the style guide. Technically you can do it (see previous question) but if you do it will not be Motif style compliant. This is unlikely to change