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
Function Documentation
| void ClearOutline | ( | ) |
Clear an outline.
| void DestroyOutline | ( | ) |
| void DrawOutline | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Draw an outline.
- Parameters:
-
x The x-coordinate. y The y-coordinate. width The width of the outline. height The height of the outline.
| void InitializeOutline | ( | ) |
| void ShutdownOutline | ( | ) |
| void StartupOutline | ( | ) |