Re: limiting size for a window
- Posted by sergelli Jun 16, 2010
- 2135 views
Try this example...
With WinXP, the code sets the window to the size contained in "max_height" and "max_width" Nothing happens to the minimum size.
Something interesting happens when I change the code with "max_height" and "max_width" from 700 to 500. When trying to change the size to larger or smaller, the window assumes a fixed size (smaller), and no more changes are allows .
However, using this code inside WINE,
1 - The minimum size does not work. Can I reduce how much you want. 2 - To increase the window does not increase beyond the maximum size, but, incredibly, the window frame continues to increase beyond the limits of the max size window ....and the window is not usable.
I'm believing that we can not use "minimum size of windows" with WINE. Is it true?