tbox_button_active 91 modules/gui_tbox.c int tbox_button_active, line; tbox_button_active 135 modules/gui_tbox.c tbox_button_active = 0; tbox_button_active 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_button_active 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_button_active 472 modules/gui_tbox.c tbox_button_active = !tbox_button_active; tbox_button_active 479 modules/gui_tbox.c if (tbox_button_active == 0)