Stopping the window getting too small

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

DrDerekDoctors(Posted 2005) [#1]
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,


CS_TBL(Posted 2005) [#2]
SetMinWindowSize window[,width,height]


DrDerekDoctors(Posted 2005) [#3]
Excellent, thanks!