JWM Source Documentation
status.h File Reference
Header for the status functions. More...
Go to the source code of this file.
Functions | |
| void | CreateMoveWindow (struct ClientNode *np) |
| Create a move status window. | |
| void | UpdateMoveWindow (struct ClientNode *np) |
| Update a move status window. | |
| void | DestroyMoveWindow () |
| Destroy a move status window. | |
| void | CreateResizeWindow (struct ClientNode *np) |
| Create a resize status window. | |
| void | UpdateResizeWindow (struct ClientNode *np, int gwidth, int gheight) |
| Update a resize status window. | |
| void | DestroyResizeWindow () |
| Destroy a resize status window. | |
| void | SetMoveStatusType (const char *str) |
| Set the location of move status windows. | |
| void | SetResizeStatusType (const char *str) |
| Set the location of resize status windows. | |
Detailed Description
Function Documentation
| void CreateMoveWindow | ( | struct ClientNode * | np | ) |
Create a move status window.
- Parameters:
-
np The client to be moved.
| void CreateResizeWindow | ( | struct ClientNode * | np | ) |
Create a resize status window.
- Parameters:
-
np The client being resized.
| void DestroyMoveWindow | ( | ) |
Destroy a move status window.
| void DestroyResizeWindow | ( | ) |
Destroy a resize status window.
| void SetMoveStatusType | ( | const char * | str | ) |
Set the location of move status windows.
- Parameters:
-
str The location (off, screen, window, or corner).
| void SetResizeStatusType | ( | const char * | str | ) |
Set the location of resize status windows.
- Parameters:
-
str The location (off, screen, window, or corner).
| void UpdateMoveWindow | ( | struct ClientNode * | np | ) |
Update a move status window.
- Parameters:
-
np The client being moved.
| void UpdateResizeWindow | ( | struct ClientNode * | np, |
| int | gwidth, | ||
| int | gheight | ||
| ) |
Update a resize status window.
- Parameters:
-
np The client being resized. gwidth The width to display. gheight The height to display.