MENU_ITEM_SEPARATOR
if (key == MENU_ITEM_SEPARATOR) {
menu->AddItem(separator, MENU_ITEM_SEPARATOR);
if (key == MENU_ITEM_SEPARATOR)
for (int32 testKey = MENU_ITEM_FIRST; testKey < MENU_ITEM_SEPARATOR; testKey++) {
for (int32 key = MENU_ITEM_FIRST; key < MENU_ITEM_SEPARATOR; key++) {
if (item->Type() == MENU_ITEM_SEPARATOR || !item->IsMarked()
item->SetType(MENU_ITEM_SEPARATOR);
if (item->Type() == MENU_ITEM_SEPARATOR) {
if (item->IsEnabled() && item->Type() != MENU_ITEM_SEPARATOR)
if (item->IsEnabled() && item->Type() != MENU_ITEM_SEPARATOR)
if (item->IsEnabled() && item->Type() != MENU_ITEM_SEPARATOR)
if (item->IsEnabled() && item->Type() != MENU_ITEM_SEPARATOR)
if (item->Type() == MENU_ITEM_SEPARATOR) {