1 #ifndef EL__BFU_COMMON_H
2 #define EL__BFU_COMMON_H
7 /* Event handlers return this values */
10 EVENT_NOT_PROCESSED
= 1
11 } widget_handler_status_T
;
13 /* Handler type for widgets. */
14 typedef widget_handler_status_T (widget_handler_T
)(struct dialog_data
*, struct widget_data
*);
16 /* Type of widgets. */
27 #endif /* EL__BFU_COMMON_H */