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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmImUnsetFocus  --  An  input  manager  function	that notifies an input
       method that a widget has	lost input focus

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

DESCRIPTION
       XmImUnsetFocus unsets a specified widget's focus, then notifies the in-
       put manager that	the specified widget has lost its input	focus.

       Note that the Text,  TextField,	and  List  widgets  already  call  the
       XmImUnsetFocus internally. Therefore, further calls to the XmImUnsetFo-
       cus function for	those widgets are unnecessary.

       widget	 Specifies the ID of the widget	registered with	the input man-
		 ager

RELATED
       XmImSetFocusValues(3) and XmImVaSetFocusValues(3).

							     XmImUnsetFocus(3)

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

home | help