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=9f9251830dc1efaf3c98c7ac9b24f77ce2d9d354;hb=ff6ce970724ccc8bee65f7c93411b274907c09d7;hpb=f11be450471738b68f98fa4c552b3a22482ae4de 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 9f92518..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 @@ -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) {