Symbol: B_ALIGN_HORIZONTAL_CENTER
headers/os/interface/SeparatorView.h
23
= BAlignment(B_ALIGN_HORIZONTAL_CENTER,
headers/os/interface/SeparatorView.h
30
= BAlignment(B_ALIGN_HORIZONTAL_CENTER,
headers/os/interface/SeparatorView.h
36
= BAlignment(B_ALIGN_HORIZONTAL_CENTER,
headers/os/interface/SeparatorView.h
42
= BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/apps/deskbar/Switcher.cpp
1710
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER))
src/apps/deskcalc/CalcView.cpp
579
fBaseColor, flags, BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/apps/diskprobe/DiskProbe.cpp
120
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER)));
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
991
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/apps/haikudepot/ui/PackageInfoView.cpp
1316
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/apps/haikudepot/ui_generic/BitmapView.cpp
64
case B_ALIGN_HORIZONTAL_CENTER:
src/apps/musiccollection/MusicCollectionWindow.cpp
211
fQueryField->SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/apps/people/PictureView.cpp
287
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/AbstractLayoutItem.cpp
131
return BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/Alignment.cpp
17
case B_ALIGN_HORIZONTAL_CENTER:
src/kits/interface/Box.cpp
816
BAlignment alignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/SeparatorView.cpp
31
_Init(NULL, NULL, orientation, BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/kits/interface/SeparatorView.cpp
78
fAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/kits/interface/SpaceLayoutItem.cpp
72
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/SpaceLayoutItem.cpp
83
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/SpaceLayoutItem.cpp
94
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/SplitLayout.cpp
104
return BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/TabView.cpp
336
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER), &highColor);
src/kits/interface/View.cpp
5727
: BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER)));
src/kits/interface/Window.cpp
2491
BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/kits/shared/ColorPreview.cpp
41
SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/libs/alm/ALMLayout.cpp
1036
alignment.SetHorizontal(B_ALIGN_HORIZONTAL_CENTER);
src/preferences/media/MediaWindow.cpp
722
BAlignment centered(B_ALIGN_HORIZONTAL_CENTER,
src/tests/kits/interface/layout/widget_layout_test/View.cpp
133
return BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER);
src/tests/libs/alm/Areas.cpp
43
button3->SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/tests/libs/alm/TableDemo.cpp
41
B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));