if ((getExpansionStyle() & TITLE_BAR) != 0 || isExpanded()) {
// left vertical edge gradient
gc.fillGradientRectangle(marginWidth, marginHeight + 2, 1,
gradientheight - 2, true);
// right vertical edge gradient
gc.fillGradientRectangle(bounds.width - marginWidth - 1,
marginHeight + 2, 1, gradientheight - 2, true);
}
if ((getExpansionStyle() & TITLE_BAR) != 0) {
// New in 3.3 - edge treatmant
gc.setForeground(getDisplay().getSystemColor(SWT.COLOR_WHITE));