Sets size limits of window

Prototype

void setSizeLimits(
  int minWidth,
  int minHeight,
  int maxWidth,
  int maxHeight
);