Functions | |
| unsigned char * | XklGetWindowTitle (Window w) |
| Bool | XklGetState (Window win, XklState *state_return) |
| void | XklDelState (Window win) |
| void | XklSaveState (Window win, XklState *state) |
| void | XklSetTransparent (Window win, Bool transparent) |
| Bool | XklIsTransparent (Window win) |
| Bool | XklIsSameApp (Window win1, Window win2) |
| void XklDelState | ( | Window | win | ) |
Drops the state of a given window (of its "App window").
| win | is a target window |
| Bool XklGetState | ( | Window | win, | |
| XklState * | state_return | |||
| ) |
Finds the state for a given window (for its "App window").
| win | is a target window | |
| state_return | is a structure to store the state |
| unsigned char* XklGetWindowTitle | ( | Window | w | ) |
| Bool XklIsSameApp | ( | Window | win1, | |
| Window | win2 | |||
| ) |
Checks whether 2 windows have the same App Window
| win1 | is first window | |
| win2 | is second window |
| Bool XklIsTransparent | ( | Window | win | ) |
Returns "transparent" flag.
| win | is the window to get the transparent flag from. |
| void XklSaveState | ( | Window | win, | |
| XklState * | state | |||
| ) |
Stores ths state for a given window
| win | is a target window | |
| state | is a new state of the window |
| void XklSetTransparent | ( | Window | win, | |
| Bool | transparent | |||
| ) |
Sets the "transparent" flag. It means focus switching onto this window will never change the state.
| win | is the window do set the flag for. | |
| transparent | - if true, the windows is transparent. |
1.5.1