comparison dw.h @ 155:840c54766306

Another sync of sources, enhancements to dw_window_set_color() ... works completely on Windows now and added DW_CLR_DEFAULT. Also color pairs don't need to be of the same type anymore.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 07 Nov 2002 22:31:02 +0000
parents 2a0d7b57a6da
children a07dd2e819f3
comparison
equal deleted inserted replaced
154:7f8fcce45bdd 155:840c54766306
52 #define DW_DT_WORDBREAK DT_WORDBREAK 52 #define DW_DT_WORDBREAK DT_WORDBREAK
53 #define DW_DT_ERASERECT DT_ERASERECT 53 #define DW_DT_ERASERECT DT_ERASERECT
54 54
55 #define DW_CLR_WHITE 16 55 #define DW_CLR_WHITE 16
56 #define DW_CLR_BLACK 17 56 #define DW_CLR_BLACK 17
57 #define DW_CLR_DEFAULT 18
57 #define DW_CLR_BLUE CLR_BLUE 58 #define DW_CLR_BLUE CLR_BLUE
58 #define DW_CLR_RED CLR_RED 59 #define DW_CLR_RED CLR_RED
59 #define DW_CLR_PINK CLR_PINK 60 #define DW_CLR_PINK CLR_PINK
60 #define DW_CLR_GREEN CLR_GREEN 61 #define DW_CLR_GREEN CLR_GREEN
61 #define DW_CLR_CYAN CLR_CYAN 62 #define DW_CLR_CYAN CLR_CYAN
201 #define DW_CLR_YELLOW 11 202 #define DW_CLR_YELLOW 11
202 #define DW_CLR_BLUE 12 203 #define DW_CLR_BLUE 12
203 #define DW_CLR_PINK 13 204 #define DW_CLR_PINK 13
204 #define DW_CLR_CYAN 14 205 #define DW_CLR_CYAN 14
205 #define DW_CLR_WHITE 15 206 #define DW_CLR_WHITE 15
207 #define DW_CLR_DEFAULT 16
206 208
207 #define DW_FCF_TITLEBAR WS_CAPTION 209 #define DW_FCF_TITLEBAR WS_CAPTION
208 #define DW_FCF_SYSMENU WS_SYSMENU 210 #define DW_FCF_SYSMENU WS_SYSMENU
209 #define DW_FCF_MENU 0 211 #define DW_FCF_MENU 0
210 #define DW_FCF_SIZEBORDER WS_THICKFRAME 212 #define DW_FCF_SIZEBORDER WS_THICKFRAME
412 #define DW_CLR_YELLOW 11 414 #define DW_CLR_YELLOW 11
413 #define DW_CLR_BLUE 12 415 #define DW_CLR_BLUE 12
414 #define DW_CLR_PINK 13 416 #define DW_CLR_PINK 13
415 #define DW_CLR_CYAN 14 417 #define DW_CLR_CYAN 14
416 #define DW_CLR_WHITE 15 418 #define DW_CLR_WHITE 15
419 #define DW_CLR_DEFAULT 16
417 420
418 #define DW_FCF_TITLEBAR 1 421 #define DW_FCF_TITLEBAR 1
419 #define DW_FCF_SYSMENU (1 << 1) 422 #define DW_FCF_SYSMENU (1 << 1)
420 #define DW_FCF_MENU (1 << 2) 423 #define DW_FCF_MENU (1 << 2)
421 #define DW_FCF_SIZEBORDER (1 << 3) 424 #define DW_FCF_SIZEBORDER (1 << 3)