Stopping the window getting too small

BlitzPlus Forums/BlitzPlus Programming/Stopping the window getting too small

Is there any way to stop the user resizing the window smaller than a certain size? I've tried using SetGadgetShape and it causes the window to go mental. :(

Thanks,

SetMinWindowSize window[,width,height]

Excellent, thanks!