update(toAdd);
break;
}
- case Message::REDRAW:
- {
- Log::getInstance()->log("BoxStack", Log::DEBUG, "==================================================================");
- Log::getInstance()->log("BoxStack", Log::DEBUG, "DEPRECATED BOXSTACK REDRAW MESSAGE CALL --------------------------");
- Log::getInstance()->log("BoxStack", Log::DEBUG, "==================================================================");
- abort();
- Boxx* toRedraw = (Boxx*)m->from;
- Region* toRedrawRegion = (Region*)m->parameter;
- update(toRedraw, toRedrawRegion);
- break;
- }
}
}
const static ULONG ADD_VIEW = 12;
const static ULONG STREAM_END = 13;
const static ULONG REDRAW_LANG = 14;
- const static ULONG REDRAW = 15;
const static ULONG EPG = 16;
const static ULONG EPG_CLOSE = 17;
const static ULONG CHANGED_OPTIONS = 18;