Revert "[Tizen] Reset to "Bind the window new method of SetToBottom/IsBottom""
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Oct 2024 06:44:45 +0000 (15:44 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Oct 2024 06:44:45 +0000 (15:44 +0900)
This reverts commit 99d09238ae20c1ac6d66b567577054aab4e4c096.

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

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