| 
									
										
										
										
											2010-08-10 15:58:50 -03:00
										 |  |  | #ifndef _PERF_UI_UTIL_H_
 | 
					
						
							|  |  |  | #define _PERF_UI_UTIL_H_ 1
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-10-26 12:04:37 -02:00
										 |  |  | #include <stdarg.h>
 | 
					
						
							| 
									
										
										
										
											2010-08-10 15:58:50 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-10-25 13:45:16 -02:00
										 |  |  | int ui__getch(int delay_secs); | 
					
						
							| 
									
										
										
										
											2010-08-10 15:58:50 -03:00
										 |  |  | int ui__popup_menu(int argc, char * const argv[]); | 
					
						
							|  |  |  | int ui__help_window(const char *text); | 
					
						
							| 
									
										
										
										
											2011-10-26 12:04:37 -02:00
										 |  |  | int ui__dialog_yesno(const char *msg); | 
					
						
							| 
									
										
										
										
											2011-10-26 08:00:55 -02:00
										 |  |  | int ui__question_window(const char *title, const char *text, | 
					
						
							|  |  |  | 			const char *exit_msg, int delay_secs); | 
					
						
							| 
									
										
										
										
											2012-05-29 13:22:58 +09:00
										 |  |  | 
 | 
					
						
							|  |  |  | struct perf_error_ops { | 
					
						
							|  |  |  | 	int (*error)(const char *format, va_list args); | 
					
						
							|  |  |  | 	int (*warning)(const char *format, va_list args); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int perf_error__register(struct perf_error_ops *eops); | 
					
						
							|  |  |  | int perf_error__unregister(struct perf_error_ops *eops); | 
					
						
							| 
									
										
										
										
											2010-08-10 15:58:50 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* _PERF_UI_UTIL_H_ */
 |