X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fadaptor-framework%2Fwindow.h;h=1d1f8a8b899788bc58d37159f124e58f87545550;hb=f79805402bf8bd9b7ceb4561d4c089411fb5927f;hp=fc12a6edbd82ac36a15f49ef028618e86a861b32;hpb=8033ea056b06de508887ebe83c0016a6d1d179ac;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/public-api/adaptor-framework/window.h b/dali/public-api/adaptor-framework/window.h index fc12a6e..1d1f8a8 100644 --- a/dali/public-api/adaptor-framework/window.h +++ b/dali/public-api/adaptor-framework/window.h @@ -549,6 +549,22 @@ public: WindowPosition GetPosition() const; /** + * @brief Sets the layout of the window. + * + * This method sets the layout of the window based on the specified number of columns and rows, + * as well as the position and size of the window within that layout. + * + * @param numCols The number of columns in the layout. + * @param numRows The number of rows in the layout. + * @param column The column number of the window within the layout. + * @param row The row number of the window within the layout. + * @param colSpan The number of columns the window should span within the layout. + * @param rowSpan The number of rows the window should span within the layout. + * @SINCE_2_2.20 + */ + void SetLayout(unsigned int numCols, unsigned int numRows, unsigned int column, unsigned int row, unsigned int colSpan, unsigned int rowSpan); + + /** * @brief Sets whether the window is transparent or not. * * @SINCE_1_2.60