X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-editor-devel.h;h=f2fa94723fd949095689938be83e5d81eaec7640;hp=e09207cac446c8ae865012a7cf7f7ef8e062404f;hb=b904b864bc3875b6cb0bdfa2ad430d094c140205;hpb=354a975a68a9989a45344f2a3d2827fcc716111f;ds=inline diff --git a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h index e09207c..f2fa947 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h @@ -78,30 +78,35 @@ namespace Property /** * @brief name "smoothScroll", type bool * @details Enable or disable the smooth scroll animation + * @note This property is currently being used for some applications, so it can't be changed. */ SMOOTH_SCROLL = INPUT_OUTLINE + 1, /** * @brief name "smoothScrollDuration", type float * @details Sets the duration of smooth scroll animation + * @note This property is currently being used for some applications, so it can't be changed. */ SMOOTH_SCROLL_DURATION, /** * @brief name "enableScrollBar", type bool * @details Enable or disable the scroll bar + * @note This property is currently being used for some applications, so it can't be changed. */ ENABLE_SCROLL_BAR, /** * @brief name "scrollBarShowDuration", type float * @details Sets the duration of scroll bar to show + * @note This property is currently being used for some applications, so it can't be changed. */ SCROLL_BAR_SHOW_DURATION, /** * @brief name "scrollBarFadeDuration", type float * @details Sets the duration of scroll bar to fade out + * @note This property is currently being used for some applications, so it can't be changed. */ SCROLL_BAR_FADE_DURATION,