X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-field-impl.h;h=8a5957750a336a540e6c8961195ef0e63c3928cf;hb=2c8390f8447bfe14329222f1bcd6c9ea649254ac;hp=e2759803b0527eac04d07f1a8395354771f08a51;hpb=a705c754f9d19640969ed75213884756e764a465;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/text-controls/text-field-impl.h b/dali-toolkit/internal/controls/text-controls/text-field-impl.h index e275980..8a59577 100644 --- a/dali-toolkit/internal/controls/text-controls/text-field-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-field-impl.h @@ -188,6 +188,14 @@ private: // From Control private: // Implementation /** + * @brief Get a Property Map for the image used for the required Handle Image + * @param[out] value the returned image property + * @param[in] handleType the type of handle + * @param[in] handleImageType the type of image for the given handleType + */ + void GetHandleImagePropertyValue( Property::Value& value, Text::HandleType handleType, Text::HandleImageType handleImageType ); + + /** * @brief Enable or disable clipping. * * @param[in] clipping True if clipping should be enabled.