X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-selection-popup-impl.h;h=3bb8b7113d4c80ae19bcdd662ce56ec4b8ca5b1d;hb=5419ef62a5e3ee36785444083e914804268ea488;hp=c4099838af698096f096ec529231da48b6dde2a3;hpb=4d0611f4911028b53905712013e1034d42531e5f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/text-controls/text-selection-popup-impl.h b/dali-toolkit/internal/controls/text-controls/text-selection-popup-impl.h index c409983..3bb8b71 100644 --- a/dali-toolkit/internal/controls/text-controls/text-selection-popup-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-selection-popup-impl.h @@ -124,6 +124,11 @@ public: */ static Property::Value GetProperty( BaseObject* object, Property::Index index ); + /** + * @copydoc Toolkit::TextSelectionPopup::RaiseAbove() + */ + void RaiseAbove( Layer target ); + private: // From Control /** @@ -131,6 +136,11 @@ private: // From Control */ virtual void OnInitialize(); + /** + * @copydoc Control::OnStageConnection() + */ + virtual void OnStageConnection( int depth ); + private: // Implementation /** @@ -259,7 +269,7 @@ private: // Data Toolkit::TextSelectionPopup::Buttons mEnabledButtons; // stores enabled buttons Toolkit::TextSelectionPopupCallbackInterface* mCallbackInterface; - Vector4 mLineColor; // Color of the line around the text input popup + Vector4 mDividerColor; // Color of the divider between buttons Vector4 mIconColor; // Color of the popup icon. Vector4 mPressedColor; // Color of the popup option when pressed.