MAX_WIDTH          88 core/gui_mbox.c         int w = text_dimensions(mbox_msg, strlen(mbox_title), MAX_WIDTH, &h) + 2;
MAX_WIDTH          43 modules/gui_tbox.c #define MAX_TEXT_WIDTH          (MAX_WIDTH-2)
MAX_WIDTH         160 modules/gui_tbox.c         else if (tbox_width < MAX_WIDTH)
MAX_WIDTH         161 modules/gui_tbox.c             tbox_width = MAX_WIDTH;
MAX_WIDTH         165 modules/gui_tbox.c     tbox_width = text_dimensions(tbox_msg, tbox_width, MAX_WIDTH, &tbox_height) + 2;