[Tizen] Reset to "Bind the window new method of SetToBottom/IsBottom" 02/319002/1
authorEunki Hong <eunkiki.hong@samsung.com>
Sat, 12 Oct 2024 01:25:42 +0000 (10:25 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Sat, 12 Oct 2024 01:27:40 +0000 (10:27 +0900)
This reverts commit 43b3da8bf0d50277715e41f0a6960835f18f3ca4.

Change-Id: I6bc75a80522a09ec04a7044aca3feef046c5aa83

dali-csharp-binder/dali-adaptor/window-wrap.cpp

index 48e3f8c8ae3acc74036dcc4c8cb51922f5d2d77e..f416ce6602fa1a40b99b14c427596286341057cc 100644 (file)
@@ -3817,13 +3817,13 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_Window_IsAlwaysOnTop(void * winHandle) {
   return result;
 }
 
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Window_SetBottom(void * winHandle, bool enable) {
+SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Window_SetToBottom(void * winHandle, bool toBottom) {
   Dali::Window *window = (Dali::Window *) 0 ;
 
   window = (Dali::Window *)winHandle;
   {
     try {
-      Dali::DevelWindow::SetBottom(*window, enable);
+      Dali::DevelWindow::SetToBottom(*window, toBottom);
     } CALL_CATCH_EXCEPTION();
   }
 }