[NUI] Add function to set maximum/minimum size
authorWonsik Jung <sidein@samsung.com>
Mon, 27 Jun 2022 12:47:26 +0000 (21:47 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 28 Jun 2022 10:14:54 +0000 (19:14 +0900)
commit92b31b60f985526c593e79022e63ef1c957f788b
tree77ec90cce7bf177451f0e63c7fbd432fd5a3c553
parent3f978aed13c719856d8b3cf77c0201a1a5854a92
[NUI] Add function to set maximum/minimum size

It is to set the maximized size when window is maximized or the size is increased by RequestResizeToServer.
Although the limitation is set by this function, window's size can be over the limitation by SetPositionSize() or SetSize().
The Set minimum size is similar to set maximum size.
Also it is only useful for tizen world.
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs
src/Tizen.NUI/src/public/Window/Window.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/WindowTest.cs