Merge "Added Control::SetSubState handling" into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scrollable / item-view / depth-layout.h
old mode 100644 (file)
new mode 100755 (executable)
index 6ce8c73..a59b7fe
@@ -21,6 +21,8 @@
 // INTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h>
 
+
+
 namespace Dali
 {
 
@@ -52,6 +54,12 @@ public:
   virtual ~DepthLayout();
 
   /**
+   * Apply depth layout Properties.
+   * @param[in] properties The properties of the layout.
+   */
+  void SetDepthLayoutProperties(const Property::Map& properties);
+
+  /**
    * Set the number of columns in the layout.
    * @param[in] columns The number of columns.
    */