Functions | |
int | XklGetNextGroup (void) |
int | XklGetPrevGroup (void) |
int | XklGetRestoreGroup (void) |
void | XklLockGroup (int group) |
int XklGetNextGroup | ( | void | ) |
Calculates next group id. Does not change the state of anything.
int XklGetPrevGroup | ( | void | ) |
Calculates prev group id. Does not change the state of anything.
int XklGetRestoreGroup | ( | void | ) |
void XklLockGroup | ( | int | group | ) |
Locks the group. Can be used after XklGetXXXGroup functions
group | is a group number for locking |