Go to the first, previous, next, last section, table of contents.


Client Public Attributes

Instance Variable: Client screen
Instance Variable: Client wm
The Screen and WindowManager instances which contains this client.

Instance Variable: Client withdrawn
Set to true if this client has been withdrawn. A withdrawn client should not be modified further, and has already been removed from the Screen's list of clients.

Instance Variable: Client dispatch
The EventDispatcher for the client window. See section Event Handling.

Instance Variable: Client current
Instance Variable: Client focused

These attributes will be true or false to indicate whether this client is the current one, and if it has focus.


Go to the first, previous, next, last section, table of contents.