JWM Source Documentation
confirm.h
Go to the documentation of this file.
00001 00010 #ifndef CONFIRM_H 00011 #define CONFIRM_H 00012 00013 struct ClientNode; 00014 00016 void InitializeDialogs(); 00017 void StartupDialogs(); 00018 void ShutdownDialogs(); 00019 void DestroyDialogs(); 00026 int ProcessDialogEvent(const XEvent *event); 00027 00032 void ShowConfirmDialog(struct ClientNode *np, 00033 void (*action)(struct ClientNode*), ...); 00034 00035 #endif /* CONFIRM_H */ 00036