Fixed to decide the position of the mini App
[platform/framework/native/uifw.git] / src / ui / inc / FUiCtrl_Frame.h
index e1f1784..532d4a4 100644 (file)
@@ -81,6 +81,7 @@ public:
 // Floating
        void SetFloatingBounds(const Tizen::Graphics::Rectangle& rect);
        void SetFloatingBounds(const Tizen::Graphics::FloatRectangle& rect);
+       void SetFloatingOrientation(Tizen::Ui::_ControlOrientation orientation);
        result SetShowMode(FrameShowMode showMode);
        FrameShowMode GetShowMode(bool minimize = true) const;
        bool IsActivated(void) const;
@@ -112,6 +113,7 @@ private:
        _FramePresenter* __pFramePresenter;
        _FrameEvent* __pFrameEvent;
        Tizen::Graphics::FloatRectangle __floatingBounds;
+       Tizen::Ui::_ControlOrientation __floatingOrientation;
        FrameShowMode __showMode;
        bool __restore;
        bool __minimized;