Query: xconvertcase
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XConvertCase(3X) XLIB FUNCTIONS XConvertCase(3X)NAMEXConvertCase - convert keysymsSYNTAXvoid XConvertCase(keysym, lower_return, upper_return) KeySym keysym; KeySym *lower_return; KeySym *upper_return;ARGUMENTSkeysym Specifies the KeySym that is to be searched for or converted. lower_return Returns the lowercase form of keysym, or original keysym. upper_return Returns the uppercase form of keysym, or original keysym.DESCRIPTIONThe XConvertCase function returns the uppercase and lowercase forms of the specified Keysym, if the KeySym is subject to case conversion; otherwise, the specified KeySym is returned to both lower_return and upper_return. Support for conversion of other than Latin and Cyrillic KeySyms is implementation dependent.SEE ALSOXStringToKeysym(3X), XKeysymToString(3X), XKeycodeToKeysym(3X), XKeysymToKeycode(3X) X Version 11 Release 6 XConvertCase(3X)
Related Man Pages |
---|
xconvertcase(3x11) - redhat |
xkeysymtokeycode(3x11) - redhat |
xkeycodetokeysym(3) - x11r4 |
xkeysymtostring(3) - x11r4 |
xkeysymtokeycode(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
How to list file size on HPUX? |
How to extract every repeated string between two specific string? |
Sequence extraction |