X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-input%2Ftext-input.cpp;h=2914a1bb3996b680c2c79b5e2dfb5c7f070b0958;hp=685a5ddc65220600cedce7a57e1a3c468768f071;hb=c78def0f95a7698d6737154e5c2dbb9df454958f;hpb=e2eda444afbe82e9591fe198eef339227f90a616 diff --git a/dali-toolkit/public-api/controls/text-input/text-input.cpp b/dali-toolkit/public-api/controls/text-input/text-input.cpp index 685a5dd..2914a1b 100644 --- a/dali-toolkit/public-api/controls/text-input/text-input.cpp +++ b/dali-toolkit/public-api/controls/text-input/text-input.cpp @@ -193,21 +193,6 @@ bool TextInput::IsGrabHandleEnabled() return GetImpl(*this).IsGrabHandleEnabled(); } -void TextInput::EnableSelectionHandleFlip( bool toggle ) -{ - GetImpl(*this).EnableSelectionHandleFlip( toggle ); -} - -bool TextInput::IsSelectionHandleFlipEnabled() -{ - return GetImpl(*this).IsSelectionHandleFlipEnabled(); -} - -void TextInput::SetSelectionHandleFlipMargin( const Vector4& border ) -{ - GetImpl(*this).SetSelectionHandleFlipMargin( border ); -} - void TextInput::SetBoundingRectangle( const Rect& boundingOriginAndSize ) { GetImpl(*this).SetBoundingRectangle( boundingOriginAndSize ); @@ -218,11 +203,6 @@ const Rect TextInput::GetBoundingRectangle() const return GetImpl(*this).GetBoundingRectangle(); } -const Vector4& TextInput::GetSelectionHandleFlipMargin() -{ - return GetImpl(*this).GetSelectionHandleFlipMargin(); -} - void TextInput::SetActiveStyle( const TextStyle& style, const TextStyle::Mask mask ) { GetImpl(*this).SetActiveStyle(style,mask);