The issues I'm facing is, I have say 640x480 content in my window, so the min size is 640x480 + some border sizes.
HOWEVER, I can't minimize my windows any more, as it retains the same minimum size (640x480)
So my suggestion is have some private_minwidth/heights and when you minimize the window, it saves the existing minwidth to _minwidth, then clears the existing minwidth, and then minimizes the window. (And then something similar but opposite for reverse)
HOWEVER, I can't minimize my windows any more, as it retains the same minimum size (640x480)
So my suggestion is have some private_minwidth/heights and when you minimize the window, it saves the existing minwidth to _minwidth, then clears the existing minwidth, and then minimizes the window. (And then something similar but opposite for reverse)