X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-editor-devel.h;h=fa90103d87a4bc007074a3ea7d7dd624c5fe8c6a;hb=refs%2Fchanges%2F92%2F112892%2F16;hp=d8425590cce34bb62744feb1ea7e2de9ebf6720e;hpb=80b16e58fd20746be9ef436dbc3a8805ee7a22e9;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 d842559..fa90103 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 @@ -85,7 +85,25 @@ namespace Property * @brief name "smoothScrollDuration", type float * @details Sets the duration of smooth scroll animation */ - SMOOTH_SCROLL_DURATION + SMOOTH_SCROLL_DURATION, + + /** + * @brief name "enableScrollBar", type bool + * @details Enable or disable the scroll bar + */ + ENABLE_SCROLL_BAR, + + /** + * @brief name "scrollBarShowDuration", type float + * @details Sets the duration of scroll bar to show + */ + SCROLL_BAR_SHOW_DURATION, + + /** + * @brief name "scrollBarFadeDuration", type float + * @details Sets the duration of scroll bar to fade out + */ + SCROLL_BAR_FADE_DURATION }; } // namespace Property @@ -95,4 +113,4 @@ namespace Property } // namespace Dali -#endif // DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H \ No newline at end of file +#endif // DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H