Home
last modified time | relevance | path

Searched refs:checkbox_cols (Results 1 – 2 of 2) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtdgtlist.c83 int len=0, top=0, end=0, checkbox_cols=0, text_left=0, box_offset=0, box_w=0; local
97 checkbox_cols = pListInfo->p_check_array->num_cols;
98 text_left = checkbox_cols*ROW_HEIGHT;
197 if (checkbox_cols > 0) {
H A Dchoose.c444 int len=0, top=0, end=0, checkbox_cols=0, text_left=0, box_offset=0, box_w=0; local
458 checkbox_cols = pni->p_check_array->num_cols;
459 text_left = checkbox_cols*ROW_HEIGHT;
471 if (checkbox_cols > 0) {
1463 int checkbox_cols=0, box_offset=0, clicked_col=INVALID, check_updated=FALSE; local
1488 checkbox_cols = pni->p_check_array->num_cols;
1490 if (button_ev->x < checkbox_cols*ROW_HEIGHT) {