tbox_buttons_x 52 modules/gui_tbox.c static coord tbox_buttons_x, tbox_buttons_y; tbox_buttons_x 175 modules/gui_tbox.c draw_button(tbox_buttons_x, tbox_buttons_y+FONT_HEIGHT, BUTTON_SIZE, LANG_MBOX_BTN_OK, (tbox_button_active == 0)); tbox_buttons_x 176 modules/gui_tbox.c draw_button(tbox_buttons_x + (BUTTON_SIZE*FONT_WIDTH+BUTTON_SEP), tbox_buttons_y+FONT_HEIGHT, BUTTON_SIZE, LANG_MBOX_BTN_CANCEL, (tbox_button_active == 1)); tbox_buttons_x 204 modules/gui_tbox.c tbox_buttons_x = x+((tbox_width*FONT_WIDTH-BUTTON_AREA_WIDTH)>>1);