Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XWcResetIC(3x) — HP-UX ANSI C A.09.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

XwcResetIC − reset the state of an input context. 

Synopsis

wchar_t * XwcResetIC(ic)

   XIC ic;

Arguments

icSpecifies the input context. 

Availability

Release 5 and later. 

Description

XwcResetIC resets an input context to its initial state.  Any input pending on that context is deleted.  The input method is required to clear the Preedit area, if any, and update the Status area accordingly.  Calling this function does not change the input context focus.  The return value of XwcResetIC is implementation dependent.  If there was input pending on the input context, XwcResetIC may return composed wide-character text in the encoding of the locale of the input context, or it may return NULL.  If any string is returned, the client is responsible for freeing it by calling XFree(). 

See Also

XCreateIC(), XSetICFocus(), XSetICValues(), XmbResetIC(). 

Copyright O’Reilly & Assoc.  —  

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