GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmImSetXIC(3) FreeBSD Library Functions Manual XmImSetXIC(3)

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

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

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.

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

XmImGetXIC(3) and XmImFreeXIC(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.