JWM Source Documentation

pager.h File Reference

Pager tray component. More...

Go to the source code of this file.

Functions

struct TrayComponentTypeCreatePager (int labeled)
 Create a pager tray component.
void UpdatePager ()
 Update pagers.
void SignalPager (const struct TimeType *now, int x, int y)
 Signal pagers.
void InitializePager ()
void StartupPager ()
void ShutdownPager ()
void DestroyPager ()

Detailed Description

Pager tray component.

Author:
Joe Wingbermuehle
Date:
2004-2006

Definition in file pager.h.


Function Documentation

struct TrayComponentType* CreatePager ( int  labeled) [read]

Create a pager tray component.

Parameters:
labeledSet to label the pager.
Returns:
A new pager tray component.
void DestroyPager ( )
void InitializePager ( )
void ShutdownPager ( )
void SignalPager ( const struct TimeType now,
int  x,
int  y 
)

Signal pagers.

void StartupPager ( )
void UpdatePager ( )

Update pagers.