X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fdefault-item-layout.h;h=a08c52572e3602f559530c00e11fb923a25dbbd1;hp=56de533c3a5672516cfe208dc3588cafc3719836;hb=2eb0f016cf4d8a8282681283ae0e842c0c67bded;hpb=56a6cfdd724ac6f24febf2767ab7a3e6a081b7bc diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h b/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h index 56de533..a08c525 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h @@ -36,15 +36,16 @@ namespace DefaultItemLayout enum Type { - DEPTH, ///< Items arranged in a grid, scrolling along the Z-Axis. - GRID, ///< Items arranged in a grid, scrolling along the Y-Axis. - LIST, ///< One item per line, scrolling along the Y-Axis. - SPIRAL ///< Items arranged in a spiral, centered around the Y-Axis. + DEPTH, ///< Items arranged in a grid, scrolling along the Z-Axis. @SINCE_1_0.0 + GRID, ///< Items arranged in a grid, scrolling along the Y-Axis. @SINCE_1_0.0 + LIST, ///< One item per line, scrolling along the Y-Axis. @SINCE_1_0.0 + SPIRAL ///< Items arranged in a spiral, centered around the Y-Axis. @SINCE_1_0.0 }; /** * @brief Creates a built-in default item-layout * + * @SINCE_1_0.0 * @param[in] type The type of layout required. * * @return An ItemLayoutPtr to the newly created layout.