X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fx11%2Fwindow-base-x.h;h=c801f4c84fc42d069decac837cc674d7fefa7b8c;hp=a3bd1f1ab6b3ee4436260c9b1f573b9b5c2df3d8;hb=f79805402bf8bd9b7ceb4561d4c089411fb5927f;hpb=8033ea056b06de508887ebe83c0016a6d1d179ac diff --git a/dali/internal/window-system/x11/window-base-x.h b/dali/internal/window-system/x11/window-base-x.h index a3bd1f1..c801f4c 100644 --- a/dali/internal/window-system/x11/window-base-x.h +++ b/dali/internal/window-system/x11/window-base-x.h @@ -188,6 +188,11 @@ public: */ void MoveResize(PositionSize positionSize) override; + /** + * @copydoc Dali::Internal::Adaptor::WindowBase::SetLayout() + */ + void SetLayout(unsigned int numCols, unsigned int numRows, unsigned int column, unsigned int row, unsigned int colSpan, unsigned int rowSpan) override; + /** * @copydoc Dali::Internal::Adaptor::WindowBase::SetClass() */