JWM Source Documentation
pager.h File Reference
Pager tray component. More...
Go to the source code of this file.
Functions | |
| struct TrayComponentType * | CreatePager (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
Function Documentation
| struct TrayComponentType* CreatePager | ( | int | labeled | ) | [read] |
Create a pager tray component.
- Parameters:
-
labeled Set 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.