popup that is a child of an insensitive push button?
[Last modified: Nov 96] Answer: There are two workarounds for this problem. You need only use one. 1. Set XmNancestorSensitive to False on the XmMenuShell when its parent is insensitive. 2. Set XmNpopupEnabled on the menu pane (XmRowColumn widget) to False when the menu is insensitive. Reset the resource to True if you make your button sensitive again. Ken Lee —————————————————————————– Subject: 192) TOPIC: DRAG AND DROP —————————————————————————– Subject: 193) Where can I find info and examples of the Motif drag and drop protocol? [Last modified: Jul 97] Answer: A technical specification is available over the Internet: OSF/Motif Drag and Drop Protocol ftp://ftp.red-bean.com/pub/teak/ Thanks to Elliot Lee, sopwith@redhat.com OSF’s “Motif Programmers Guide” includes complete source code for several drag and drop demos. Chapter 15 has simple examples demonstrating the basic behaviour. Ap