MSG_RESET
static const uint32 MSG_RESET = 'iRSI';
case MSG_RESET:
BMessage statusMessage(MSG_RESET);
case MSG_RESET: {
BButton* control = new BButton(b, "button", "Reset", new BMessage(MSG_RESET),
BButton* control = new BButton(b, "button", "Reset", new BMessage(MSG_RESET));
if (message->what == MSG_RESET)