hpux man page for ximproc

Query: ximproc

OS: hpux

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XIMProc(3X)							  XLIB FUNCTIONS						       XIMProc(3X)

NAME
XIMProc - procedure called when a new method becomes available
SYNTAX
typedef void (*XIMProc)(display, client_data, call_data) Display *display; XPointer client_data; XPointer *call_data;
ARGUMENTS
display Specifies the connection to the X server. client_data Specifies the additional client data. call_data Not used for this callback and always passed as NULL.
DESCRIPTION
XIMProc is registered with XRegisterIMInstantiateCallback() and is called when a new method becomes available for the specified display that matches the current locale and modifiers.
SEE ALSO
XRegisterIMInstantiateCallback(3X) X Version 11 Release 6 XIMProc(3X)
Related Man Pages
xgetimvalues(3x11) - redhat
xopenim(3x11) - redhat
xregisteriminstantiatecallback(3x11) - redhat
xsetimvalues(3x11) - redhat
xopenim(3x11) - xfree86
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
How to extract every repeated string between two specific string?
SAN Migration question
Sequence extraction
Thank you members and admins