tbox_buttons_y     52 modules/gui_tbox.c static coord    tbox_buttons_x, tbox_buttons_y;
tbox_buttons_y    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_y    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_y    205 modules/gui_tbox.c             tbox_buttons_y = text_offset_y+FONT_HEIGHT+SPACING_BELOW_TEXT; // on place of symbol line
tbox_buttons_y    222 modules/gui_tbox.c             draw_rectangle(key_offset_x+((tbox_width-MAX_MSG_LENGTH)>>1)*FONT_WIDTH, tbox_buttons_y,
tbox_buttons_y    223 modules/gui_tbox.c                            key_offset_x+((tbox_width+MAX_MSG_LENGTH)>>1)*FONT_WIDTH, tbox_buttons_y+3*FONT_HEIGHT, MAKE_COLOR(COLOR_GREY,COLOR_GREY), RECT_BORDER0|DRAW_FILLED);
tbox_buttons_y    224 modules/gui_tbox.c             draw_text_justified(key_offset_x, tbox_buttons_y+FONT_HEIGHT, ">navigate cursor<", MAKE_COLOR(COLOR_GREY, COLOR_WHITE), tbox_width, 1, TEXT_CENTER);
tbox_buttons_y    230 modules/gui_tbox.c             draw_rectangle(key_offset_x, tbox_buttons_y, key_offset_x+(tbox_width-1)*FONT_WIDTH, tbox_buttons_y+3*FONT_HEIGHT, MAKE_COLOR(COLOR_GREY, COLOR_GREY), RECT_BORDER0|DRAW_FILLED);
tbox_buttons_y    241 modules/gui_tbox.c                 int y = tbox_buttons_y + y_offset[group];
tbox_buttons_y    256 modules/gui_tbox.c             draw_rectangle(key_offset_x+3, tbox_buttons_y,
tbox_buttons_y    257 modules/gui_tbox.c                            key_offset_x+tbox_width*FONT_WIDTH-3, tbox_buttons_y+3*FONT_HEIGHT, MAKE_COLOR(COLOR_GREY, COLOR_GREY), RECT_BORDER0|DRAW_FILLED);
tbox_buttons_y    258 modules/gui_tbox.c         draw_text_justified(key_offset_x, tbox_buttons_y+FONT_HEIGHT, "text limit reached", MAKE_COLOR(COLOR_GREY, COLOR_RED), tbox_width, 1, TEXT_CENTER);