Searched refs:B_HORIZONTAL (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/haiku/src/apps/packageinstaller/
H A DUninstallWindow.cpp28 SetLayout(new BGroupLayout(B_HORIZONTAL));
H A DPackageTextViewer.cpp83 .AddGroup(B_HORIZONTAL)
96 .AddGroup(B_HORIZONTAL)
/haiku/src/kits/bluetooth/UI/
H A DConnectionView.cpp19 SetLayout(new BGroupLayout(B_HORIZONTAL));
41 AddChild(BGroupLayoutBuilder(B_HORIZONTAL, 0)
48 .Add(BGroupLayoutBuilder(B_HORIZONTAL, 10)
53 .Add(BGroupLayoutBuilder(B_HORIZONTAL, 10)
H A DPincodeWindow.cpp82 SetLayout(new BGroupLayout(B_HORIZONTAL));
110 .Add(BGroupLayoutBuilder(B_HORIZONTAL, 0)
111 .Add(BGroupLayoutBuilder(B_HORIZONTAL, 8)
120 .Add(BGroupLayoutBuilder(B_HORIZONTAL, 0)
125 .Add(BGroupLayoutBuilder(B_HORIZONTAL, 0)
133 .Add(BGroupLayoutBuilder(B_HORIZONTAL, 10)
/haiku/src/preferences/input/
H A DSettingsView.cpp62 new BMessage(kMsgDoubleClickSpeed), 0, 1000, B_HORIZONTAL);
68 new BMessage(kMsgMouseSpeed), 0, 1000, B_HORIZONTAL);
75 new BMessage(kMsgAccelerationFactor), 0, 1000, B_HORIZONTAL);
115 .AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING)
120 .AddGroup(B_HORIZONTAL, 0)
132 .AddGroup(B_HORIZONTAL, 0)
135 .AddGroup(B_HORIZONTAL, 0)
138 .AddGroup(B_HORIZONTAL, 0)
146 .AddGroup(B_HORIZONTAL, B_USE_SMALL_SPACING)
H A DKeyboardView.cpp38 new BMessage(kMsgSliderrepeatrate), 20, 300, B_HORIZONTAL);
48 new BMessage(kMsgSliderdelayrate), 250000, 1000000, B_HORIZONTAL);
H A DInputKeyboard.cpp47 .AddGroup(B_HORIZONTAL)
52 .Add(new BSeparatorView(B_HORIZONTAL))
53 .AddGroup(B_HORIZONTAL)
/haiku/headers/os/interface/
H A DGroupView.h16 orientation orientation = B_HORIZONTAL,
19 orientation orientation = B_HORIZONTAL,
H A DSeparatorView.h20 orientation orientation = B_HORIZONTAL,
27 orientation orientation = B_HORIZONTAL,
33 orientation orientation = B_HORIZONTAL,
39 orientation orientation = B_HORIZONTAL,
H A DSplitLayoutBuilder.h13 orientation orientation = B_HORIZONTAL,
/haiku/src/apps/poorman/
H A DStatusSlider.cpp17 BSlider(name, label, message, minValue, maxValue, B_HORIZONTAL),
/haiku/src/apps/serialconnect/
H A DCustomRateWindow.cpp27 BGroupLayout* layout = new BGroupLayout(B_HORIZONTAL);
36 .AddGroup(B_HORIZONTAL)
39 .AddGroup(B_HORIZONTAL)
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp320 BLayoutBuilder::Group<>(rootView, B_HORIZONTAL)
333 .AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING, 1)
340 .AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING, 2)
348 .AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING, 3)
397 BGroupView* rootView = new BGroupView(B_HORIZONTAL, 10);
421 BGroupView* row = new BGroupView(B_HORIZONTAL, 10);
431 row = new BGroupView(B_HORIZONTAL, 10);
440 row = new BGroupView(B_HORIZONTAL, 10);
449 row1->GroupLayout()->AlignLayoutWith(row3->GroupLayout(), B_HORIZONTAL);
498 BLayoutBuilder::Group<>(rootView, B_HORIZONTAL)
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.h18 orientation direction = B_HORIZONTAL);
/haiku/src/libs/print/libprint/
H A DJSDSlider.cpp19 : BSlider(name, label, msg, min, max, B_HORIZONTAL)
/haiku/headers/private/shared/
H A DToolBar.h18 orientation ont = B_HORIZONTAL);
19 BToolBar(orientation ont = B_HORIZONTAL);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp36 fScrollBar(new BScrollBar("scroll bar", NULL, 0, 100, B_HORIZONTAL)),
71 B_HORIZONTAL);
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp75 B_HORIZONTAL);
85 base, flags, BControlLook::B_LEFT_ARROW, B_HORIZONTAL);
90 B_HORIZONTAL);
95 B_HORIZONTAL);
99 base, flags, BControlLook::B_RIGHT_ARROW, B_HORIZONTAL);
120 rightOfThumb, updateRect, base, flags, B_HORIZONTAL);
122 ui_color(B_SCROLL_BAR_THUMB_COLOR), flags, B_HORIZONTAL, fKnobStyle);
255 flags, BControlLook::B_ALL_BORDERS, B_HORIZONTAL);
H A DAPRWindow.cpp72 .Add(new BSeparatorView(B_HORIZONTAL))
73 .AddGroup(B_HORIZONTAL)
/haiku/src/apps/haikudepot/ui/
H A DSettingsWindow.cpp50 .Add(new BSeparatorView(B_HORIZONTAL))
52 .AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING)
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp66 BGroupView* buttonGroup = new BGroupView(B_HORIZONTAL);
88 .AddGroup(B_HORIZONTAL)
93 .AddGroup(B_HORIZONTAL, 0)
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp14 BGroupView(B_HORIZONTAL),
/haiku/src/tests/kits/interface/
H A DScrollViewSetBorderTest.cpp16 BGroupLayout* base = new BGroupLayout(B_HORIZONTAL);
40 .AddGroup(B_HORIZONTAL, 5.0)
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp33 SetLayout(new BGroupLayout(B_HORIZONTAL));
35 BGroupLayout* layout = new BGroupLayout(B_HORIZONTAL);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DExpressionPromptWindow.cpp64 .AddGroup(B_HORIZONTAL, 4.0f)
68 .AddGroup(B_HORIZONTAL, 4.0f)

Completed in 494 milliseconds

1234567891011>>