class window


NAME

window - X window class

SYNOPSIS

class window

DESCRIPTION

The window is the base class of all objects that are visible on the screen.

Handled events

Member functions

window

window contructors and destructors

ID

Obtain X window id number

Map

Map a window on the screen

Unmap

Unmap a window from the screen

Size

Query the size of a window

Resize

Change the size of a window

Move

Move a window to another position

Background

Set a window's background

Clear

Clear the interior of a window

SelectInput

Turn input events on or off

GrabPointer

Start an active pointer grab

UngrabPointer

Finish an active pointer grab

ParentMessage

Send a message to the parent window

Overridable member functions

EV_Expose

Handle an Expose event

EV_KeyPress

Handle a KeyPress event

EV_KeyRelease

Handle a KeyRelease event

EV_ButtonPress

Handle a ButtonPress event

EV_ButtonRelease

Handle a ButtonRelease event

EV_EnterNotify

Handle an EnterNotify event

EV_LeaveNotify

Handle a LeaveNotify event

EV_ConfigureNotify

Handle a ConfigureNotify event

ParentResized

React to the resizing of the parent window

ChildMessage

Receive a message from a subwindow

SEE ALSO

DIAGNOSTICS