Typedefs | |
typedef void(* | ConfigCallback )(void *userData) |
typedef void(* | WinCallback )(Window win, Window parent, void *userData) |
typedef void(* | StateCallback )(int group, Bool restore, void *userData) |
Functions | |
int | XklRegisterConfigCallback (ConfigCallback fun, void *userData) |
int | XklRegisterWindowCallback (WinCallback fun, void *userData) |
int | XklRegisterStateCallback (StateCallback fun, void *userData) |
|
Used for notifying application of the XKB configuration change.
|
|
Used for notifying application of the window state change.
|
|
Used for notifying application of new window creation (actually, registration).
|
|
Registers user callback. Only one callback can be registered at a time
|
|
Registers user callback. Only one callback can be registered at a time
|
|
Registers user callback. Only one callback can be registered at a time
|