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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmImFreeXIC  --	An input manager function that unregisters widgets for
       an XIC

SYNOPSIS
       #include	<Xm/XmIm.h>
       void XmImFreeXIC(
       Widget widget,
       XIC xic);

DESCRIPTION
       XmImFreeXIC unregisters all widgets associated with the specified X In-
       put Context (XIC).  The specified widget	must be	 associated  with  the
       specified xic.

       After unregistering the associated widgets, this	call frees the xic.

       widget	 Specifies the ID of a widget used to identify the VendorShell
		 and XmDisplay that maintain the widget-XIC registry.

       xic	 Specifies the Input Context associated	with the widget.

RELATED
       XmImGetXIC(3) and XmImSetXIC(3).

								XmImFreeXIC(3)

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

home | help