M_NEXTMSG
BMessage* nextMsg = new BMessage(M_NEXTMSG);
PostMessage(M_NEXTMSG);
msg->what = M_NEXTMSG;
case M_NEXTMSG:
if (GetTrackerWindowFile(&nextRef, (msg->what == M_NEXTMSG))) {
BMessage* nextMsg = new BMessage(M_NEXTMSG);
fToolBar->AddAction(M_NEXTMSG, this, _RetrieveVectorIcon(6), NULL,
fToolBar->SetActionEnabled(M_NEXTMSG, false);
_UpdateLabel(M_NEXTMSG, B_TRANSLATE("Next"), showLabel);
BMessage* nextMsg = new BMessage(M_NEXTMSG);