JWM Source Documentation

root.h
Go to the documentation of this file.
00001 
00010 #ifndef ROOT_H
00011 #define ROOT_H
00012 
00013 struct Menu;
00014 
00016 void InitializeRootMenu();
00017 void StartupRootMenu();
00018 void ShutdownRootMenu();
00019 void DestroyRootMenu();
00026 void SetRootMenu(const char *indexes, struct Menu *m);
00027 
00031 void SetShowExitConfirmation(char v);
00032 
00036 int IsRootMenuDefined(int index);
00037 
00043 void GetRootMenuSize(int index, int *width, int *height);
00044 
00051 int ShowRootMenu(int index, int x, int y);
00052 
00054 void Restart();
00055 
00057 void Exit();
00058 
00060 void ReloadMenu();
00061 
00062 #endif /* ROOT_H */
00063