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
XmImGetXIC(3) FreeBSD Library Functions Manual XmImGetXIC(3)

XmImGetXIC — An input manager function that obtains an XIC for a widget

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

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
Inherits the policy from VendorShell.
XmPER_WIDGET
Creates a new XIC for this widget.
XmPER_SHELL
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.

Returns the created XIC. The application is responsible for freeing the returned XIC by calling XmImFreeXIC.

XmImSetXIC(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.