Symbol: B_ALIGN_MIDDLE
headers/os/interface/InterfaceDefs.h
248
B_ALIGN_VERTICAL_CENTER = B_ALIGN_MIDDLE,
src/apps/installer/PackageViews.cpp
310
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE), &highColor);
src/apps/mail/Header.cpp
163
base, flags, BAlignment(Alignment(), B_ALIGN_MIDDLE), &text);
src/apps/mail/Header.cpp
232
base, flags, BAlignment(labelAlignment, B_ALIGN_MIDDLE), &text);
src/apps/webpositive/tabview/TabView.cpp
127
base, 0, BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE), &text);
src/kits/interface/Button.cpp
165
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE), &text);
src/kits/interface/MenuField.cpp
1091
BAlignment(fAlign, B_ALIGN_MIDDLE), &textColor);
src/kits/interface/SeparatorView.cpp
206
case B_ALIGN_MIDDLE:
src/kits/interface/StringView.cpp
242
BAlignment(fAlign, B_ALIGN_MIDDLE));
src/kits/interface/TextControl.cpp
383
base, flags, BAlignment(fLabelAlign, B_ALIGN_MIDDLE), &text);
src/kits/interface/ToolTipManager.cpp
238
if ((doesNotFit && alignment.vertical == B_ALIGN_MIDDLE)
src/kits/interface/ToolTipManager.cpp
239
|| (alignment.vertical == B_ALIGN_MIDDLE
src/kits/interface/ToolTipManager.cpp
254
: B_ALIGN_MIDDLE;
src/kits/interface/ToolTipManager.cpp
260
case B_ALIGN_MIDDLE:
src/kits/interface/ToolTipManager.cpp
272
: B_ALIGN_MIDDLE;
src/preferences/backgrounds/BackgroundsView.cpp
1630
SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_MIDDLE));
src/preferences/backgrounds/BackgroundsView.cpp
1634
SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
31
fName->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
35
fBdaddr->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
40
B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
43
fClass->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
47
B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
50
B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
53
B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
56
B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
59
B_ALIGN_MIDDLE));
src/preferences/filetypes/ApplicationTypeWindow.cpp
417
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE));
src/preferences/keymap/KeyboardLayoutView.cpp
753
base, flags, BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE),
src/preferences/keymap/KeyboardLayoutView.cpp
823
base, flags, BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE),
src/preferences/time/TimeWindow.cpp
150
BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/virtualmemory/SettingsWindow.cpp
135
BAlignment align(B_ALIGN_LEFT, B_ALIGN_MIDDLE);