tbox_msg 28 modules/gui_tbox.c static const char* tbox_msg; tbox_msg 138 modules/gui_tbox.c tbox_msg = lang_str(msg); tbox_msg 165 modules/gui_tbox.c tbox_width = text_dimensions(tbox_msg, tbox_width, MAX_WIDTH, &tbox_height) + 2; tbox_msg 199 modules/gui_tbox.c draw_text_justified(x, y, tbox_msg, MAKE_COLOR(COLOR_GREY, COLOR_WHITE), tbox_width, MAX_LINES, TEXT_CENTER);