Added some TextField boilerplate code
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / text-controls / text-label.h
index 449d23b..1c83e62 100644 (file)
@@ -35,6 +35,8 @@ class TextLabel;
 
 /**
  * @brief A control which renders a short text string.
+ *
+ * Text labels are lightweight, non-editable and do not respond to user input.
  */
 class DALI_IMPORT_API TextLabel : public Control
 {