Added some LayoutEngine skeleton code
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / public-api / controls / text-controls / text-label.h
index 04ec993..449d23b 100644 (file)
@@ -41,10 +41,12 @@ class DALI_IMPORT_API TextLabel : public Control
 public:
 
   // Property indices
 public:
 
   // Property indices
-  static const Property::Index PROPERTY_TEXT; ///< name "text", type STRING
+  static const Property::Index PROPERTY_TEXT;       ///< name "text", type STRING
+  static const Property::Index PROPERTY_MULTI_LINE; ///< name "multi-line", type BOOLEAN
 
   // Property names
 
   // Property names
-  static const std::string TEXT_PROPERTY_NAME; ///< Property, name "text", type STRING
+  static const std::string TEXT_PROPERTY_NAME;       ///< Property, name "text", type STRING
+  static const std::string MULTI_LINE_PROPERTY_NAME; ///< Property, name "multi-line", type BOOLEAN
 
   /**
    * Create the TextLabel control.
 
   /**
    * Create the TextLabel control.