Sponsor:

Your company here, and a link to your site. Click to find out more.

XmImUnregister - Man Page

An input manager function that removes a widget from association with its input manager

Synopsis

#include <Xm/XmIm.h>
void XmImUnregister(
Widget widget);

Description

XmImUnregister removes the specified widget from the list of widgets registered for input by the input manager.

Note that the Text, TextField, and List widgets already call the XmImRegister internally. You should call the XmImUnregister function for these widgets before calling XmImRegister.

widget

Specifies the ID of the widget to be unregistered

Referenced By

XmImMbLookupString(3), XmImRegister(3).