Home
last modified time | relevance | path

Searched refs:BOX_COLOR (Results 1 – 14 of 14) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/test/tui-example/
H A Dexample_9.cpp39 const KTUI_color BOX_COLOR = KTUI_c_dark_blue; variable
238 populate_label( r, resize, SAVE_AND_EXIT_ID, NULL, BOX_COLOR ); in populate_save_and_exit()
249 populate_label( HDR_rect( r ), resize, AWS_HDR_ID, "AWS", BOX_COLOR ); in populate_AWS()
250 populate_label( BODY_rect( r ), resize, AWS_BOX_ID, NULL, BOX_COLOR ); in populate_AWS()
252 populate_label( key_rect( r ), resize, AWS_KEY_ID, "keys:", BOX_COLOR ); in populate_AWS()
255 populate_label( sec_lbl_rect( r ), resize, AWS_SEC_LBL_ID, "section:", BOX_COLOR ); in populate_AWS()
262 populate_label( HDR_rect( r ), resize, GCP_HDR_ID, "GCP", BOX_COLOR ); in populate_GCP()
263 populate_label( BODY_rect( r ), resize, GCP_BOX_ID, NULL, BOX_COLOR ); in populate_GCP()
265 populate_label( key_rect( r ), resize, GCP_KEY_ID, "keys:", BOX_COLOR ); in populate_GCP()
H A Dexample_10.cpp40 const KTUI_color BOX_COLOR = KTUI_c_dark_blue; variable
262 SetWidgetBackground( hdr_id, status ? BOX_COLOR : STATUS_COLOR ); in page_changed()
323 BOX_COLOR, LABEL_FG, PAGE_AWS ); in populate_AWS()
329 BOX_COLOR, LABEL_FG, PAGE_AWS ); in populate_AWS()
340 BOX_COLOR, LABEL_FG, PAGE_GCP ); in populate_GCP()
375 BOX_COLOR, LABEL_FG, PAGE_CACHE ); in populate_CACHE()
382 BOX_COLOR, LABEL_FG, PAGE_CACHE ); in populate_CACHE()
395 BOX_COLOR, LABEL_FG, PAGE_NETW ); in populate_NETW()
437 … PopulateLabel( BODY_rect( tab_rect ), resize, BOX_ID, NULL, BOX_COLOR, LABEL_FG, PAGE_FIXED ); in populate()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-config/
H A Dinteractive2.cpp41 const KTUI_color BOX_COLOR = KTUI_c_dark_blue; variable
513 SetWidgetBackground( hdr_id, BOX_COLOR ); in onPageChanged()
688 BOX_COLOR, LABEL_FG, page_id ); in populate_CACHE()
700 BOX_COLOR, LABEL_FG, page_id ); in populate_CACHE()
712 BOX_COLOR, LABEL_FG, page_id ); in populate_CACHE()
717 BOX_COLOR, LABEL_FG, page_id ); in populate_CACHE()
735 BOX_COLOR, LABEL_FG, page_id ); in populate_AWS()
747 BOX_COLOR, LABEL_FG, page_id ); in populate_AWS()
768 BOX_COLOR, LABEL_FG, page_id ); in populate_GCP()
789 BOX_COLOR, LABEL_FG, page_id ); in populate_NETW()
[all …]
H A Dinteractive.cpp49 #define BOX_COLOR KTUI_c_dark_blue macro
222 SetWidgetBackground( id, BOX_COLOR ); in setup_box()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dslrn.h106 #define BOX_COLOR 19 macro
H A Dmenu.c296 slrn_set_color (BOX_COLOR); in draw_select_box()
472 slrn_set_color (BOX_COLOR); in draw_select_list()
492 slrn_set_color (BOX_COLOR); in draw_select_list()
H A Dstartup.c737 {"box", BOX_COLOR, DEF_FG, "blue", 0},
/dports/news/slrn/slrn-1.0.3/src/
H A Dslrn.h132 #define BOX_COLOR 18 macro
H A Dmenu.c312 slrn_set_color (BOX_COLOR); in draw_select_box()
488 slrn_set_color (BOX_COLOR); in draw_select_list()
509 slrn_set_color (BOX_COLOR); in draw_select_list()
H A Dstartup.c1198 {"box", BOX_COLOR, DEF_FG, "blue", 0},
/dports/games/openglad/openglad-0.98/src/
H A Dbase.h148 #define BOX_COLOR 0 macro
H A Dglad.cpp412 myscreen->draw_box(left, top, left+61, top+6, BOX_COLOR, 0); in draw_value_bar()
470 myscreen->draw_box(left, top, left+61, top+6, BOX_COLOR, 0); in draw_value_bar()
/dports/games/jfsw/jfsw-c434002/src/
H A Djnstub.c2776 #define BOX_COLOR 3 in DrawClipBox() macro
2778 drawline16(x - radius, y - radius, x + radius, y - radius, BOX_COLOR); in DrawClipBox()
2780 drawline16(x - radius, y + radius, x + radius, y + radius, BOX_COLOR); in DrawClipBox()
2782 drawline16(x - radius, y - radius, x - radius, y + radius, BOX_COLOR); in DrawClipBox()
2784 drawline16(x + radius, y - radius, x + radius, y + radius, BOX_COLOR); in DrawClipBox()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Djnstub.cpp2838 #define BOX_COLOR 3 in DrawClipBox() macro
2840 editorDraw2dLine(x - radius, y - radius, x + radius, y - radius, BOX_COLOR); in DrawClipBox()
2842 editorDraw2dLine(x - radius, y + radius, x + radius, y + radius, BOX_COLOR); in DrawClipBox()
2844 editorDraw2dLine(x - radius, y - radius, x - radius, y + radius, BOX_COLOR); in DrawClipBox()
2846 editorDraw2dLine(x + radius, y - radius, x + radius, y + radius, BOX_COLOR); in DrawClipBox()