tbox_on_select     50 modules/gui_tbox.c tbox_on_select_t tbox_on_select = 0;
tbox_on_select    139 modules/gui_tbox.c     tbox_on_select = on_select;
tbox_on_select    477 modules/gui_tbox.c                 if (tbox_on_select)
tbox_on_select    480 modules/gui_tbox.c                         tbox_on_select(text);   // ok
tbox_on_select    482 modules/gui_tbox.c                         tbox_on_select(0);      // cancel
tbox_on_select    483 modules/gui_tbox.c                     tbox_on_select = 0;         // Prevent unloader from calling this function again
tbox_on_select    501 modules/gui_tbox.c     if (tbox_on_select)
tbox_on_select    503 modules/gui_tbox.c         tbox_on_select(0);      // notify callback about exit as cancel
tbox_on_select    504 modules/gui_tbox.c         tbox_on_select = 0;     // prevent calling twice in the (unlikely) event of the unload called twice