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

Header for the status functions.

Author:
Joe Wingbermuehle
Date:
2004-2006

Definition in file status.h.


Function Documentation

void CreateMoveWindow ( struct ClientNode np)

Create a move status window.

Parameters:
npThe client to be moved.
void CreateResizeWindow ( struct ClientNode np)

Create a resize status window.

Parameters:
npThe 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:
strThe location (off, screen, window, or corner).
void SetResizeStatusType ( const char *  str)

Set the location of resize status windows.

Parameters:
strThe location (off, screen, window, or corner).
void UpdateMoveWindow ( struct ClientNode np)

Update a move status window.

Parameters:
npThe client being moved.
void UpdateResizeWindow ( struct ClientNode np,
int  gwidth,
int  gheight 
)

Update a resize status window.

Parameters:
npThe client being resized.
gwidthThe width to display.
gheightThe height to display.