(TextInput) Removing deprecated Margin and Handle flip API
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Thu, 27 Feb 2014 12:19:23 +0000 (12:19 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Mon, 3 Mar 2014 19:07:25 +0000 (19:07 +0000)
commitc78def0f95a7698d6737154e5c2dbb9df454958f
treed10b99461c35a76d66b09ced2594344825c1796e
parente2eda444afbe82e9591fe198eef339227f90a616
(TextInput) Removing deprecated Margin and Handle flip API

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Removing:

  /* @deprecated, use SetBoundingRectangle instead. */
  void SetSelectionHandleFlipMargin( const Vector4& margin );

  /* @deprecated, use GetBoundingRectangle instead. */
  const Vector4& GetSelectionHandleFlipMargin();

  /* @deprecated, handles always flip. Use SetBoundingRectangle */
  void EnableSelectionHandleFlip( bool toggle );

  /* @deprecated, handles always flip. Use SetBoundingRectangle */
  bool IsSelectionHandleFlipEnabled();

[Verification] Build Repo
capi/dali-toolkit/public-api/controls/text-input/text-input.h
dali-toolkit/public-api/controls/text-input/text-input.cpp