Searched refs:SetRowWeight (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/interface/
H A DGridLayoutBuilder.cpp93 // SetRowWeight
95 BGridLayoutBuilder::SetRowWeight(int32 row, float weight) function in class:BGridLayoutBuilder
97 fLayout->SetRowWeight(row, weight);
H A DGridLayout.cpp346 BGridLayout::SetRowWeight(int32 row, float weight) function in class:BGridLayout
/haiku/headers/os/interface/
H A DGridLayoutBuilder.h29 BGridLayoutBuilder& SetRowWeight(int32 row, float weight);
H A DGridLayout.h40 void SetRowWeight(int32 row, float weight);
H A DLayoutBuilder.h223 inline ThisBuilder& SetRowWeight(int32 row, float weight);
1087 Grid<ParentBuilder>::SetRowWeight(int32 row, float weight) function in class:BLayoutBuilder::Grid
1089 fLayout->SetRowWeight(row, weight);
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp540 .SetRowWeight(0, 1)
541 .SetRowWeight(1, 2)
542 .SetRowWeight(2, 3)
543 .SetRowWeight(3, 4);
766 layouts[i]->SetRowWeight(0, 1);
767 layouts[i]->SetRowWeight(1, 2);
768 layouts[i]->SetRowWeight(2, 3);
769 layouts[i]->SetRowWeight(3, 4);
875 .SetRowWeight(0, 3)
876 .SetRowWeight(
[all...]
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp167 .SetRowWeight(rowNumber, 0);
177 .SetRowWeight(rowNumber + 1, 1);
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp497 .SetRowWeight(3, 3);

Completed in 145 milliseconds