Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmImSetXIC(3X) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XmImSetXIC(3X)            UNIX System V            XmImSetXIC(3X)



     NAME
          XmImSetXIC - An input manager function that registers an
          existing XIC with a widget

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

     VERSION
          This page documents Motif 2.1.

     DESCRIPTION
          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 XICused by widget.

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

     RELATED
          XmImGetXIC(3) and XmImFreeXIC(3).



















     Page 1                                          (printed 1/22/99)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026