Symbol: B_ALIGN_USE_FULL_WIDTH
src/apps/activitymonitor/ActivityView.cpp
540
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/apps/mail/AddressTextControl.cpp
629
SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/apps/mediaconverter/MediaConverterWindow.cpp
180
fInfoView->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/apps/mediaconverter/MediaConverterWindow.cpp
248
outputGrid->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/apps/webpositive/URLInputGroup.cpp
671
SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/apps/webpositive/tabview/TabView.cpp
291
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/AbstractLayout.cpp
375
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/AbstractSpinner.cpp
748
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/AbstractSpinner.cpp
876
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/Box.cpp
841
if (childAlignment.horizontal == B_ALIGN_USE_FULL_WIDTH)
src/kits/interface/Box.cpp
842
alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
src/kits/interface/CardLayout.cpp
125
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/LayoutItem.cpp
135
&& alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
src/kits/interface/LayoutItem.cpp
140
alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
src/kits/interface/LayoutUtils.cpp
166
&& alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
src/kits/interface/LayoutUtils.cpp
192
&& alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
src/kits/interface/LayoutUtils.cpp
197
alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
src/kits/interface/MenuField.cpp
1223
fMenuBar->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/kits/interface/MenuField.cpp
1502
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/MenuField.cpp
1636
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/MenuField.cpp
845
fMenuBar->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/kits/interface/TextControl.cpp
1382
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/TextControl.cpp
1518
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/tracker/Utilities.cpp
765
case B_ALIGN_USE_FULL_WIDTH:
src/libs/alm/Area.cpp
649
if (alignment.Horizontal() == B_ALIGN_USE_FULL_WIDTH)
src/preferences/datatranslations/DataTranslationsWindow.cpp
249
fRightBox->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/preferences/filetypes/ApplicationTypesWindow.cpp
166
BAlignment fullWidthTopAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_TOP);
src/preferences/filetypes/FileTypesWindow.cpp
350
BAlignment fullAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/preferences/filetypes/NewFileTypeWindow.cpp
108
BAlignment fullSize = BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/preferences/filetypes/TypeListWindow.cpp
64
BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_VERTICAL_CENTER);
src/preferences/keymap/ModifierKeysWindow.cpp
305
menu->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_VERTICAL_UNSET));
src/preferences/screensaver/ScreenSaverWindow.cpp
1064
topView->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
127
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/tests/libs/alm/BadLayout.cpp
51
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
34
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
39
button2->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
44
button3->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
49
button4->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
54
button5->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/FriendLayout.cpp
131
button->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/HelloWorld.cpp
34
fLayout->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/HelloWorld.cpp
45
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/NestedLayout.cpp
40
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ThreeButtons.cpp
29
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ThreeButtons.cpp
33
button2->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ThreeButtons.cpp
37
button3->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,