X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-selection-popup.cpp;h=5b85fac164cf90b5a15b154e6595b0a440d7f8bb;hb=2d1ba388f9a941d273e95d729b9662cc1cdad822;hp=7cf97dae86d1a6337ad7c465042f51e2b4fcb5ef;hpb=a8f695318919be238c1cf3c94add9567abd82351;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 7cf97da..5b85fac 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 @@ -29,14 +29,11 @@ namespace Dali namespace Toolkit { -TextSelectionPopup TextSelectionPopup::New() +TextSelectionPopup TextSelectionPopup::New( Buttons enabledButtons, + TextSelectionPopupCallbackInterface* callbackInterface ) { - return Internal::TextSelectionPopup::New(); -} - -TextSelectionPopup TextSelectionPopup::New( Buttons enabledButtons ) -{ - return Internal::TextSelectionPopup::New( enabledButtons ); + return Internal::TextSelectionPopup::New( enabledButtons, + callbackInterface ); } TextSelectionPopup::TextSelectionPopup()