X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-selection-popup.cpp;h=5d953dbb04622a71cff138687938df4aef44f2f5;hp=cfc5e43e9bf8ef5f7d8c114dc8998b2605adcf6f;hb=ff6ce970724ccc8bee65f7c93411b274907c09d7;hpb=1d82abb8a1a514ce0af63004706135fb7883f89b diff --git a/dali-toolkit/devel-api/controls/text-controls/text-selection-popup.cpp b/dali-toolkit/devel-api/controls/text-controls/text-selection-popup.cpp index cfc5e43..5d953db 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-selection-popup.cpp +++ b/dali-toolkit/devel-api/controls/text-controls/text-selection-popup.cpp @@ -64,7 +64,7 @@ void TextSelectionPopup::EnableButtons(Toolkit::TextSelectionPopup::Buttons butt GetImpl(*this).EnableButtons(buttonsToEnable); } -void TextSelectionPopup::RaiseAbove(Layer target) +void TextSelectionPopup::RaiseAbove(Actor target) { GetImpl(*this).RaiseAbove(target); } @@ -79,6 +79,16 @@ void TextSelectionPopup::HidePopup() GetImpl(*this).HidePopup(); } +void TextSelectionPopup::SetProperties(const Dali::Property::Map& properties) +{ + GetImpl(*this).SetProperties(properties); +} + +void TextSelectionPopup::GetProperties(Dali::Property::Map& properties) +{ + GetImpl(*this).GetProperties(properties); +} + TextSelectionPopup::TextSelectionPopup(Internal::TextSelectionPopup& implementation) : Control(implementation) {