#include <X11/Xlib.h>#include <X11/Xutil.h>Include dependency graph for Lookup.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | included_xmu_lookup_h 1 |
Functions | |
| int | XmuLookupString (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status, unsigned long keysymSet) |
| int | XmuLookupLatin1 (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupLatin2 (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupLatin3 (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupLatin4 (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupKana (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupJISX0201 (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupArabic (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupCyrillic (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupGreek (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupAPL (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int | XmuLookupHebrew (XKeyEvent *event, unsigned char *buffer, int nbytes, KeySym *keysym, XComposeStatus *status) |
| int XmuLookupAPL | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupArabic | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupCyrillic | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupGreek | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupHebrew | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupJISX0201 | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupKana | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupLatin1 | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupLatin2 | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupLatin3 | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupLatin4 | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status | |||
| ) |
| int XmuLookupString | ( | XKeyEvent * | event, | |
| unsigned char * | buffer, | |||
| int | nbytes, | |||
| KeySym * | keysym, | |||
| XComposeStatus * | status, | |||
| unsigned long | keysymSet | |||
| ) |
1.5.1