Add function to set maximum/minimum size 53/275853/5
authorWonsik Jung <sidein@samsung.com>
Fri, 3 Jun 2022 04:26:38 +0000 (13:26 +0900)
committerWonsik Jung <sidein@samsung.com>
Fri, 24 Jun 2022 01:37:23 +0000 (10:37 +0900)
commit43d6bbe16edeb863f606552717fe257831018ba8
treeef28268fa271271e07543dd2ba7fc21c206df911
parentf5f29397b00f0b63b5c9451d3fa50a7f9268399e
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.

Change-Id: I3e9724d0806f5b6cbfea7f0247272c4ab2472f5f
dali-csharp-binder/src/window-wrap.cpp