Event event = new Event();
event.type = type;
event.display = shellAffected.getDisplay();
event.widget = shellAffected;
shellAffected.notifyListeners(type, event);
shellAffected.setData("OSX.ToolBarToggle", new Long(
type == SWT.Collapse ? 1 : 0));
}
});