Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
XmImUnregister(3)	    Library Functions Manual	       XmImUnregister(3)

NAME
     XmImUnregister  -- An input manager function that removes a widget from as-
     sociation with its input manager

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

DESCRIPTION
     XmImUnregister removes the specified widget from the list of widgets regis-
     tered for input by the input manager.

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

     widget    Specifies the ID of the widget to be unregistered

RELATED
     XmImRegister(3).

							       XmImUnregister(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmImUnregister&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help