X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-view%2Ftext-view.h;h=46c1118bbdc621542eeac01a432af943b9ecaaab;hb=e217915091790637a8b4ea7e34480e852d242efd;hp=34dbe35e1324d9dc58cc165a2da5ea667a95c30a;hpb=57869973578f6a0b0f836d396c7232ddb8302c6b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-view/text-view.h b/dali-toolkit/public-api/controls/text-view/text-view.h index 34dbe35..46c1118 100644 --- a/dali-toolkit/public-api/controls/text-view/text-view.h +++ b/dali-toolkit/public-api/controls/text-view/text-view.h @@ -42,14 +42,16 @@ class TextView; * It provides support for multi-line wrapping, multi-language font detection, text alignment, scrolling and styling. * * See the \link text-view Text View \endlink page of the Programming Guide for more details and examples. + * + * Signals + * | %Signal Name | Method | + * |-------------------|---------------------------| + * | scrolled | @ref ScrolledSignal() | */ class DALI_IMPORT_API TextView : public Control { public: - // Signal Names - static const char* const SIGNAL_TEXT_SCROLLED; ///< Signal emitted when the scroll position changes. @see ScrolledSignal() - // Properties static const Property::Index PROPERTY_MARKUP_ENABLED; ///< name "markup-enabled", @see SetMarkupProcessingEnabled(), type BOOLEAN static const Property::Index PROPERTY_TEXT; ///< name "text", @see SetText(), type STRING