Lines Matching refs:DIALOG_ATR

365 #define DIALOG_ATR(n)                 dlg_color_table[n].atr  macro
367 #define screen_attr DIALOG_ATR(0)
368 #define shadow_attr DIALOG_ATR(1)
369 #define dialog_attr DIALOG_ATR(2)
370 #define title_attr DIALOG_ATR(3)
371 #define border_attr DIALOG_ATR(4)
372 #define button_active_attr DIALOG_ATR(5)
373 #define button_inactive_attr DIALOG_ATR(6)
374 #define button_key_active_attr DIALOG_ATR(7)
375 #define button_key_inactive_attr DIALOG_ATR(8)
376 #define button_label_active_attr DIALOG_ATR(9)
377 #define button_label_inactive_attr DIALOG_ATR(10)
378 #define inputbox_attr DIALOG_ATR(11)
379 #define inputbox_border_attr DIALOG_ATR(12)
380 #define searchbox_attr DIALOG_ATR(13)
381 #define searchbox_title_attr DIALOG_ATR(14)
382 #define searchbox_border_attr DIALOG_ATR(15)
383 #define position_indicator_attr DIALOG_ATR(16)
384 #define menubox_attr DIALOG_ATR(17)
385 #define menubox_border_attr DIALOG_ATR(18)
386 #define item_attr DIALOG_ATR(19)
387 #define item_selected_attr DIALOG_ATR(20)
388 #define tag_attr DIALOG_ATR(21)
389 #define tag_selected_attr DIALOG_ATR(22)
390 #define tag_key_attr DIALOG_ATR(23)
391 #define tag_key_selected_attr DIALOG_ATR(24)
392 #define check_attr DIALOG_ATR(25)
393 #define check_selected_attr DIALOG_ATR(26)
394 #define uarrow_attr DIALOG_ATR(27)
395 #define darrow_attr DIALOG_ATR(28)
396 #define itemhelp_attr DIALOG_ATR(29)
397 #define form_active_text_attr DIALOG_ATR(30)
398 #define form_text_attr DIALOG_ATR(31)
399 #define form_item_readonly_attr DIALOG_ATR(32)
400 #define gauge_attr DIALOG_ATR(33)
401 #define border2_attr DIALOG_ATR(34)
402 #define inputbox_border2_attr DIALOG_ATR(35)
403 #define searchbox_border2_attr DIALOG_ATR(36)
404 #define menubox_border2_attr DIALOG_ATR(37)