[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif 2.1 Widget Writer's Guide
XmeRemoveFocusChangeCallback
Removes a focus change callback
Format
#include
<Xm/VendorSEP.h>
void XmeRemoveFocusChangeCallback
Widget
widgetXtCallbackProc
callback_procedureXtPointer
data
DESCRIPTION
XmeRemoveFocusChangeCallback removes a callback_procedure that was
installed with XmeAddFocusChangeCallback.
widgetSpecifies the widget whose focus change callback is to be removed. The
specified widget must be a VendorShell or a subclass of VendorShell.
callback_procedureSpecifies the callback procedure to be removed from the list of focus
change callback procedures.
dataSpecifies the data argument that was passed to
XmeAddFocusChangeCallback. In order for a focus change callback to be removed,
the data arguments in XmeRemoveFocusChangeCallback and
XmeAddFocusChangeCallback must match.
RELATED
XmeAddFocusChangeCallback(3).
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]