JWM Source Documentation

pager.h
Go to the documentation of this file.
00001 
00010 #ifndef PAGER_H
00011 #define PAGER_H
00012 
00013 struct TrayComponentType;
00014 struct TimeType;
00015 
00017 void InitializePager();
00018 void StartupPager();
00019 void ShutdownPager();
00020 void DestroyPager();
00027 struct TrayComponentType *CreatePager(int labeled);
00028 
00030 void UpdatePager();
00031 
00033 void SignalPager(const struct TimeType *now, int x, int y);
00034 
00035 #endif /* PAGER_H */
00036