JWM Source Documentation
traybutton.h
Go to the documentation of this file.
00001 00010 #ifndef TRAY_BUTTON_H 00011 #define TRAY_BUTTON_H 00012 00013 struct TrayComponentType; 00014 struct TimeType; 00015 00017 void InitializeTrayButtons(); 00018 void StartupTrayButtons(); 00019 void ShutdownTrayButtons(); 00020 void DestroyTrayButtons(); 00032 struct TrayComponentType *CreateTrayButton( 00033 const char *iconName, const char *label, const char *action, 00034 const char *popup, int width, int height); 00035 00041 void SignalTrayButton(const struct TimeType *now, int x, int y); 00042 00048 void ValidateTrayButtons(); 00049 00050 #endif /* TRAY_BUTTON_H */ 00051