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

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

C(3)

Contents


 XmImGetXIC(library call)                           XmImGetXIC(library call)




 NAME    [Toc]    [Back]
      XmImGetXIC - An input manager function that obtains an XIC for a
      widget

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/XmIm.h>
      XIC XmImGetXIC(
      Widget widget,
      XmInputPolicy input_policy,
      ArgList args,
      Cardinal num_args);

 DESCRIPTION    [Toc]    [Back]
      XmImGetXIC creates and registers an X Input Context (XIC) with the
      specified arguments for widget. If XmINHERIT_POLICY is specified for
      input_policy, a new XIC will be created only if required to by the
      arguments or by the VendorShell input policy.  Any existing XIC
      registered with widget is unregistered.

      Refer to the VendorShell reference page for further details.

      widget    Specifies the ID of a widget for which an Input Context is
                to be created.

      input_policy
                Specifies the type of input policy. It accepts the following
                values:

                XmINHERIT_POLICY    [Toc]    [Back]
                          Inherits the policy from VendorShell.

                XmPER_WIDGET    [Toc]    [Back]
                          Creates a new XIC for this widget.

                XmPER_SHELL    [Toc]    [Back]
                          Creates a new XIC for the shell, if needed.

      args      Specifies an XtArgList parameter to use for creating the
                XIC.

      num_args  Specifies the number of arguments in the args parameter.

 RETURN    [Toc]    [Back]
      Returns the created XIC.  The application is responsible for freeing
      the returned XIC by calling XmImFreeXIC.

 RELATED    [Toc]    [Back]
      XmImSetXIC [ Back ]


 Similar pages
Name OS Title
XmImSetFocusValues HP-UX An input manager function that notifies an input manager that a widget has received input focus and updates th
XmImVaSetFocusValues 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
XmImRegister HP-UX An input manager function that registers a widget with an input manager
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
XmImSetXIC HP-UX An input manager function that registers an existing XIC with 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