Main Page   Modules   Compound List   File List   Compound Members   File Members  

Accessing window state


Functions

Bool XklGetState (Window win, XklState *state_return)
void XklDelState (Window win)
void XklSaveState (Window win, XklState *state)

Function Documentation

void XklDelState Window    win
 

Drops the state of a given window (of its "App window").

Parameters:
win  is a target window

Bool XklGetState Window    win,
XklState   state_return
 

Finds the state for a given window (for its "App window").

Parameters:
win  is a target window
state_return  is a structure to store the state
Returns:
True on success, otherwise False (the error message can be obtained using XklGetLastError).

void XklSaveState Window    win,
XklState   state
 

Stores ths state for a given window

Parameters:
win  is a target window
state  is a new state of the window


Generated on Thu May 23 21:43:13 2002 for libxklavier by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002