/* * * (c) COPYRIGHT MIT and INRIA, 1996. * Please first read the full copyright statement in file COPYRIGHT. * */ /* * * Author: C. Bourgeois * */ #ifndef UI_CSS_H #define UI_CSS_H /* * callback numbers */ /* sheets dialog */ #define CSS_SHEETS_DLG 1 #define CSS_PRIORITY_LABEL 2 #define CSS_PRIORITY_ICON 3 #define CSS_SHEET_LABEL 4 #define CSS_SHEET_NAME 5 #define CSS_MOVE_LABEL 6 #define CSS_MOVE_ICONS 7 /* example dialog */ #define CSS_EG_DLG 8 #define CSS_EG_RULES 9 #define CSS_EG_SHEETS 10 /* rules dialog */ #define CSS_RULES_DLG 11 #define CSS_RULES_LABEL 12 #define CSS_RULES_LIST 13 #define CSS_MODIF_LABEL 14 #define CSS_STYLES_ICONS 15 #define CSS_TARGET_LABEL 16 #define CSS_TARGET_SHEET 17 /* file selector dialog */ #define CSS_FILE_DLG 18 #define CSS_DIR_LIST 19 #define CSS_FILE_LIST 20 #define CSS_FILE_TEXT_BOX 21 /* characters presentation dialog */ #define CSS_CHAR_DLG 22 #define CSS_CFAMILY_SMENU 23 #define CSS_CSTYLE_SMENU 24 #define CSS_CLINE_SMENU 25 #define CSS_CEMPTY_SPACE 26 #define CSS_SIZE_SMENU 27 #define NB_CSS_CALLBACKS 22 #endif /* UI_CSS_H */