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=473adbafa336091c3bcf49f2dadb850a4fcfdf04;hp=d8425590cce34bb62744feb1ea7e2de9ebf6720e;hb=003fe1b0cb2900bd60063649e46fbbbb6e7d997d;hpb=85fb989437f48082146d91e0f092f6b97d1a9df5 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..473adba 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,50 @@ 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, + + /** + * @brief The size of font in pixels. + * @details name "pixelSize", type float + */ + PIXEL_SIZE, + + /** + * @brief The line count of text. + * @details name "lineCount", type int + * @note this property is read-only. + */ + LINE_COUNT, + + /** + * @brief The text to display when the TextEditor is empty and inactive. + * @details name "placeholderText", type string + */ + PLACEHOLDER_TEXT, + + /** + * @brief The placeholder-text color. + * @details name "placeholderTextColor", type vector4 + */ + PLACEHOLDER_TEXT_COLOR }; } // namespace Property @@ -95,4 +138,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