SetMaxWidth
void SetMaxWidth(float width);
header->SetMaxWidth(headerWidth);
void SetMaxWidth(float maxWidth) { fMaxWidth = maxWidth; };