Searched refs:button5 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/libs/alm/
H A DComplexButtons.cpp30 BButton* button5 = new BButton("Foo"); local
54 button5->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
56 button5->SetExplicitMaxSize(BSize(500, 500));
57 button5->SetExplicitPreferredSize(BSize(30 + kOffset, B_SIZE_UNSET));
67 .AddToRight(button5, fLayout->Right());
H A DOperatorLayout.cpp27 BButton* button5 = new BButton("5"); local
33 button5->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
44 / ALMGroup(button5))).BuildLayout(layout);
H A DFriendLayout.cpp41 BButton* button5 = _MakeButton("friends!"); local
63 .AddBelow(button5, NULL, xTabs[1], fLayout2->Right())
67 fBottom = fLayout2->BottomOf(button5);
H A DViews.cpp39 BButton* button5 = new BButton("5"); local
68 .AddToRight(button5, layout->Right())

Completed in 92 milliseconds