Home
last modified time | relevance | path

Searched refs:button4 (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/libs/alm/
H A DComplexButtons.cpp29 BButton* button4 = new BButton("abcdefghijklmnop"); in ComplexButtonsWindow() local
49 button4->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH, in ComplexButtonsWindow()
51 button4->SetExplicitMaxSize(BSize(500, 500)); in ComplexButtonsWindow()
52 button4->SetExplicitPreferredSize(BSize(160 + kOffset, B_SIZE_UNSET)); in ComplexButtonsWindow()
65 .AddBelow(button4, fLayout->Bottom(), fLayout->Left(), in ComplexButtonsWindow()
H A DPinwheel.cpp28 button4 = new BButton("4"); in PinwheelWindow()
35 button4->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED)); in PinwheelWindow()
52 .AddToLeft(button4, layout->Left(), yTabs[0]); in PinwheelWindow()
85 BButton* button4; member in PinwheelWindow
H A DAreas.cpp18 button4 = new BButton("4"); in AreasWindow()
47 layout->AddView(button4, layout->Left(), y3, layout->Right(), in AreasWindow()
49 button4->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, in AreasWindow()
62 BButton* button4; member in AreasWindow
H A DOperatorLayout.cpp26 BButton* button4 = new BButton("4"); in OperatorWindow() local
32 button4->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED)); in OperatorWindow()
43 | ALMGroup(button4)) in OperatorWindow()
H A DFriendLayout.cpp40 BButton* button4 = _MakeButton("friends!"); in FriendWindow() local
61 .Add(button4, fLayout2->Left(), fLayout2->Top(), xTabs[0]) in FriendWindow()
62 .StartingAt(button4) in FriendWindow()
68 fTop = fLayout2->BottomOf(button4); in FriendWindow()
H A DViews.cpp36 BButton* button4 = new BButton("4"); in ViewsWindow() local
37 button4->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, in ViewsWindow()
67 .AddBelow(button4) in ViewsWindow()