*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmImSetXIC (3)              
Title
Content
Arch
Section
 

C(3)

Contents


 XmImSetXIC(library call)                           XmImSetXIC(library call)




 NAME    [Toc]    [Back]
      XmImSetXIC - An input manager function that registers an existing XIC
      with a widget

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/XmIm.h>
      XIC XmImSetXIC(
      Widget widget,
      XIC xic);

 DESCRIPTION    [Toc]    [Back]
      XmImSetXIC registers the specified X Input Context (XIC) with widget.
      Any existing XIC registered for widget is unregistered. The new XIC
      registered for widget is returned.

      If xic was not created by XmImGetXIC or XmImRegister, it will not be
      subject to closing activities when it has no widgets registered with
      it.

      widget    Specifies the ID of a widget for which a new Input Context
                is to be registered.

      xic       Specifies the Input Context to be registered with the
                widget.  If xic is NULL, the function returns the current
                XIC used by widget.

 RETURN    [Toc]    [Back]
      Returns the new XIC registered for widget.  The application is
      responsible for freeing the returned XIC.  To free the XIC, call
      XmImFreeXIC.

 RELATED    [Toc]    [Back]
      XmImGetXIC [ Back ]


 Similar pages
Name OS Title
XmImRegister HP-UX An input manager function that registers a widget with an input manager
XmImVaSetFocusValues HP-UX An input manager function that notifies an input manager that a widget has received input focus and updates th
XmImSetFocusValues HP-UX An input manager function that notifies an input manager that a widget has received input focus and updates th
XmImUnregister HP-UX An input manager function that removes a widget from association with its input manager
XmImUnsetFocus HP-UX An input manager function that notifies an input method that a widget has lost input focus
XmImGetXIM HP-UX An input manager function that retrieves the input method associated with a specified widget
XmImMbResetIC HP-UX An input manager function that resets the input context for a widget
XmImCloseXIM HP-UX An input manager function that releases the input method associated with a specified widget
XmImGetXIC HP-UX An input manager function that obtains an XIC for a widget
XmImMbLookupString HP-UX An input manager function that retrieves a composed string from an input method
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service