X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Ftext-input%2Ftext-input-impl.h;h=556dacac131cf689a696a820a9a11fc99ad30a29;hp=dfbb2c504919a5f3957429c16e7172c33bdbd74a;hb=7d06085244b3d0ff90ac7bed11fc816931ed3565;hpb=31f49e55bf7dc09f080712c2644aaad205b5e600 diff --git a/base/dali-toolkit/internal/controls/text-input/text-input-impl.h b/base/dali-toolkit/internal/controls/text-input/text-input-impl.h index dfbb2c5..556daca 100644 --- a/base/dali-toolkit/internal/controls/text-input/text-input-impl.h +++ b/base/dali-toolkit/internal/controls/text-input/text-input-impl.h @@ -1084,8 +1084,10 @@ public: // Public to allow internal testing. /** * Setup the selection popup and clipboard if relevant so the correct options are shown when ShowPopup is called. + * @param[in] treatWhiteSpaceAsAnyOtherCharacter If whitespace should not be selected in the same manner as other characters set + * this to false. default is true. */ - void SetUpPopupSelection(); + void SetUpPopupSelection( bool treatWhiteSpaceAsAnyOtherCharacter = true ); /** * Return the logical index containing the character position closest to the source. @@ -1218,8 +1220,9 @@ public: // Public to allow internal testing. /** * Hide highlight shown between selection handles. + * @param[in] hidePopup flag to hide the popup too, default is to hide popup. */ - void RemoveHighlight(); + void RemoveHighlight( bool hidePopup = true ); /** * Highlights text that has been selected