Home
last modified time | relevance | path

Searched refs:SetLayout_Size (Results 1 – 3 of 3) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlCore/
H A Dlay.h30 SetLayout_Size(parent, Zx(x), Zy(y));
43 SetLayout_Size(ctrl, Zx(x), Zy(y));
H A DTopWindow.h195 void SetLayout_Size(Ctrl& ctrl, Size sz);
196 void SetLayout_Size(Ctrl& ctrl, int cx, int cy);
208 SetLayout_Size(ctrl, sz); in CtrlLayout()
H A DTopWindow.cpp542 void SetLayout_Size(Ctrl& ctrl, Size sz) in SetLayout_Size() function
548 void SetLayout_Size(Ctrl& ctrl, int cx, int cy) in SetLayout_Size() function
550 SetLayout_Size(ctrl, Size(cx, cy)); in SetLayout_Size()