hpux man page for xtconvertcase

Query: xtconvertcase

OS: hpux

Section: 1

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

XtConvertCase() 														   XtConvertCase()

Name
  XtConvertCase - determine uppercase and lowercase versions of a keysym.

Synopsis
  void XtConvertCase(display, keysym, lower_return, upper_return)
	 Display *display;
	 KeySym keysym;
	 KeySym *lower_return;
	 KeySym *upper_return;

Inputs
  display     Specifies the display that the keysym came from.

  keysym      Specifies the keysym to convert.

Outputs
  lower_return
	      Returns the lowercase equivalent of the keysym.

  upper_return
	      Returns the uppercase equivalent of the keysym.

Description
  XtConvertCase() calls the case converter procedure most recently registered for a range of keysyms that includes keysym to obtain uppercase
  and lowercase versions of the supplied keysym.

Usage
  You will probably never need to call this function unless you are writing a customized keycode-to-keysym translator.	The Translation  Man-
  ager uses case converters as part of its keycode-to-keysym translation process.

  You can register a case converter for a range of keysyms with XtRegisterCaseConverter().

See Also
  XtRegisterCaseConverter(1), XtSetKeyTranslator(1), XtTranslateKey(1), XtTranslateKeycode(1),
  XtCaseProc(2), XtKeyProc(2).

Xt - Keyboard Handling														   XtConvertCase()
Related Man Pages
xtsetkeytranslator(3xt) - redhat
xttranslatekeycode(3xt) - redhat
xtsetkeytranslator(3) - debian
xttranslatekeycode(3) - debian
xtregistercaseconverter(3) - centos
Similar Topics in the Unix Linux Community
PHP Man Pages Now Available (Over 10,000)
How to extract every repeated string between two specific string?
Thank you members and admins
Seeking Alternative for diff in hp