tbox_height       106 modules/gui_tbox.c static int tbox_width, tbox_height;     //size of the 'window'
tbox_height       164 modules/gui_tbox.c     tbox_height = MAX_LINES;
tbox_height       165 modules/gui_tbox.c     tbox_width = text_dimensions(tbox_msg, tbox_width, MAX_WIDTH, &tbox_height) + 2;
tbox_height       190 modules/gui_tbox.c             coord y = (camera_screen.height - (tbox_height+6) * FONT_HEIGHT-SPACING_BELOW_TEXT) >> 1;
tbox_height       191 modules/gui_tbox.c             draw_rectangle(x-4, y-4, x+tbox_width*FONT_WIDTH+4, y+(tbox_height+6)*FONT_HEIGHT+SPACING_BTN+2+SPACING_TITLE+11,
tbox_height       202 modules/gui_tbox.c             text_offset_y = y+(tbox_height*FONT_HEIGHT)+SPACING_BELOW_TEXT;