Home
last modified time | relevance | path

Searched refs:butBoxFilled_setColors (Results 1 – 8 of 8) sorted by relevance

/dports/games/cgoban/cgoban-1.9.14/wmslib/src/but/
H A Dbox.h36 extern void butBoxFilled_setColors(But *but, int ul, int lr, int c);
H A Dbox.c460 void butBoxFilled_setColors(But *but, int ul, int lr, int c) { in butBoxFilled_setColors() function
/dports/games/cgoban/cgoban-1.9.14/wmslib/src/abut/
H A Dfsel.h92 butBoxFilled_setColors((f)->box, (ul), (lr), (c))
H A Dmsg.h98 butBoxFilled_setColors((m)->box, (ul), (lr), (f))
H A Dmsg.c87 butBoxFilled_setColors(mwin->box, a->ulColor, a->lrColor, a->bgColor); in abutMsg_optInCreate()
167 butBoxFilled_setColors(mwin->box, a->ulColor, a->lrColor, a->bgColor); in abutMsg_winOptInCreate()
H A Dfsel.c176 butBoxFilled_setColors(f->box, a->ulColor, a->lrColor, a->bgColor); in abutFsel_create()
/dports/games/cgoban/cgoban-1.9.14/src/
H A Dgoban.c199 butBoxFilled_setColors(pi->capsBox, BUT_SHAD,BUT_LIT,BUT_FG); in goban_create()
206 butBoxFilled_setColors(pi->timeBox, BUT_SHAD,BUT_LIT,BUT_FG); in goban_create()
670 butBoxFilled_setColors(g->playerInfos[color].timeBox, in goban_updateTimeReadouts()
675 butBoxFilled_setColors(g->playerInfos[color].timeBox, in goban_updateTimeReadouts()
682 butBoxFilled_setColors(g->playerInfos[color].timeBox, in goban_updateTimeReadouts()
/dports/games/cgoban/cgoban-1.9.14/src/client/
H A Dmatch.c155 butBoxFilled_setColors(m->wBox, BUT_LIT, BUT_SHAD, BUT_BG); in cliMatch_create()
161 butBoxFilled_setColors(m->bBox, BUT_LIT, BUT_SHAD, BUT_BG); in cliMatch_create()