perf ui: Reimplement the popup windows using libslang
[linux-2.6.git] / tools / perf / util / ui / util.h
blob9a25538d473592ce78aff4183dcd75418e30305d
1 #ifndef _PERF_UI_UTIL_H_
2 #define _PERF_UI_UTIL_H_ 1
4 #include <stdbool.h>
6 int ui__getch(int delay_secs);
7 int ui__popup_menu(int argc, char * const argv[]);
8 int ui__help_window(const char *text);
9 bool ui__dialog_yesno(const char *msg);
10 int ui__question_window(const char *title, const char *text,
11 const char *exit_msg, int delay_secs);
13 #endif /* _PERF_UI_UTIL_H_ */