Searched refs:AlignLayoutWith (Results 1 - 4 of 4) sorted by path

/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h27 void AlignLayoutWith(BTwoDimensionalLayout* other,
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp39 // The AlignLayoutWith() feature, which allows to align layouts for different
336 BTwoDimensionalLayout::AlignLayoutWith(BTwoDimensionalLayout* other, function in class:BTwoDimensionalLayout
1206 retriever->AlignLayoutWith(fLayout, posture);
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp449 row1->GroupLayout()->AlignLayoutWith(row3->GroupLayout(), B_HORIZONTAL);
777 layouts[0]->AlignLayoutWith(layouts[1], B_VERTICAL);
778 layouts[0]->AlignLayoutWith(layouts[2], B_VERTICAL);
888 layouts[0]->AlignLayoutWith(layouts[1], B_HORIZONTAL);
889 layouts[0]->AlignLayoutWith(layouts[2], B_HORIZONTAL);
1382 layouts[0]->AlignLayoutWith(layouts[1], B_VERTICAL);
1383 layouts[0]->AlignLayoutWith(layouts[2], B_VERTICAL);
/haiku/src/apps/mail/
H A DPrefs.cpp151 interfaceLayout->AlignLayoutWith(mailLayout, B_HORIZONTAL);

Completed in 179 milliseconds