JWM Source Documentation

outline.h File Reference

Outlines for moving and resizing client windows. More...

Go to the source code of this file.

Functions

void DrawOutline (int x, int y, int width, int height)
 Draw an outline.
void ClearOutline ()
 Clear an outline.
void InitializeOutline ()
void StartupOutline ()
void ShutdownOutline ()
void DestroyOutline ()

Detailed Description

Outlines for moving and resizing client windows.

Author:
Joe Wingbermuehle
Date:
2004-2006

Definition in file outline.h.


Function Documentation

void ClearOutline ( )

Clear an outline.

void DestroyOutline ( )
void DrawOutline ( int  x,
int  y,
int  width,
int  height 
)

Draw an outline.

Parameters:
xThe x-coordinate.
yThe y-coordinate.
widthThe width of the outline.
heightThe height of the outline.
void InitializeOutline ( )
void ShutdownOutline ( )
void StartupOutline ( )