Function GroupBox.measuredContent

helper function for implement measure() when widget's content dimensions are known

override void measuredContent(
  int parentWidth,
  int parentHeight,
  int contentWidth,
  int contentHeight
);