[Tizen] Revert "Bind the window new method of SetToBottom/IsBottom" 05/319005/1
authorEunki Hong <eunkiki.hong@samsung.com>
Sat, 12 Oct 2024 01:52:53 +0000 (10:52 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Sat, 12 Oct 2024 01:52:59 +0000 (10:52 +0900)
This reverts commit 77b3207009e0061c74af637d7390576bd827ae96.

Change-Id: I34a632c57d67877f5acd643fd064413896293c8d

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

index f416ce6602fa1a40b99b14c427596286341057cc..df87c4ceb7fb0a79c2b7f6922042fd0ccc517676 100644 (file)
@@ -3817,30 +3817,6 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_Window_IsAlwaysOnTop(void * winHandle) {
   return result;
 }
 
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Window_SetToBottom(void * winHandle, bool toBottom) {
-  Dali::Window *window = (Dali::Window *) 0 ;
-
-  window = (Dali::Window *)winHandle;
-  {
-    try {
-      Dali::DevelWindow::SetToBottom(*window, toBottom);
-    } CALL_CATCH_EXCEPTION();
-  }
-}
-
-SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_Window_IsBottom(void * winHandle) {
-  Dali::Window *window = (Dali::Window *) 0 ;
-  bool result = false;
-
-  window = (Dali::Window *)winHandle;
-  {
-    try {
-      result = Dali::DevelWindow::IsBottom(*window);
-    } CALL_CATCH_EXCEPTION(false);
-  }
-  return result;
-}
-
 SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_Window_RelativeMotionGrab(void * winHandle, unsigned int boundary) {
   Dali::Window *window = (Dali::Window *) 0 ;
   bool result = false;