X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fwindow-devel.h;h=d2cab95bdfd3cc304946e6c6b9def448d553f851;hb=74e399b468457518659f8b9eac48e811702296f5;hp=9cfaa8f4d703966310aedc3c4c40006377d0156f;hpb=21b0296d9edb62b9f5bad79edb2d0d47a4f453d5;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/window-devel.h b/dali/devel-api/adaptor-framework/window-devel.h index 9cfaa8f..d2cab95 100644 --- a/dali/devel-api/adaptor-framework/window-devel.h +++ b/dali/devel-api/adaptor-framework/window-devel.h @@ -349,6 +349,14 @@ DALI_ADAPTOR_API void RequestResizeToServer(Window window, WindowResizeDirection DALI_ADAPTOR_API void EnableFloatingMode(Window window, bool enable); /** + * @brief Returns whether the window is floating mode or not. + * + * @param[in] window The window instance. + * @return True if the window is enabled floating mode, false otherwise. + */ +DALI_ADAPTOR_API bool IsFloatingModeEnabled(Window window); + +/** * @brief Includes input region. * * This function inlcudes input regions.