[NUI] Introduce WindowData
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Wed, 7 Jun 2023 03:03:24 +0000 (12:03 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 14 Jun 2023 03:59:37 +0000 (12:59 +0900)
commit1d40f6c40035a55fa5e0ec8a32d60a0d94590f08
tree98089e776ed61b7f5fdfe69fe19500acdd210771
parent56b666ee7a5f552aaefb9e763735ebdd7526cdeb
[NUI] Introduce WindowData

The NUIApplication class had to add new consructors whenever the Window
class added a new constructor. Becuase the class has a default window.
To simplify this process, WindowData is introduced that contains
all the data of the default window.
src/Tizen.NUI/src/internal/Application/Application.cs
src/Tizen.NUI/src/internal/Application/NUICoreBackend.cs
src/Tizen.NUI/src/internal/Interop/Interop.Application.cs
src/Tizen.NUI/src/internal/Interop/Interop.WindowData.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Application/NUIApplication.cs
src/Tizen.NUI/src/public/Application/WindowData.cs [new file with mode: 0644]