Symbol: B_ALIGN_VERTICAL_UNSET
headers/os/interface/Alignment.h
102
return (vertical != B_ALIGN_VERTICAL_UNSET);
headers/os/interface/Alignment.h
43
vertical(B_ALIGN_VERTICAL_UNSET)
headers/os/interface/InterfaceDefs.h
251
B_ALIGN_NO_VERTICAL = B_ALIGN_VERTICAL_UNSET,
headers/os/interface/LayoutBuilder.h
894
BAlignment(labelAlignment, B_ALIGN_VERTICAL_UNSET));
headers/os/interface/LayoutBuilder.h
910
BAlignment(labelAlignment, B_ALIGN_VERTICAL_UNSET));
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
58
B_ALIGN_VERTICAL_UNSET));
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
63
B_ALIGN_VERTICAL_UNSET));
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
69
B_ALIGN_VERTICAL_UNSET));
src/apps/aboutsystem/AboutSystem.cpp
907
B_ALIGN_VERTICAL_UNSET));
src/apps/aboutsystem/AboutSystem.cpp
926
B_ALIGN_VERTICAL_UNSET));
src/apps/bootmanager/PartitionsPage.cpp
157
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET));
src/apps/bootmanager/PartitionsPage.cpp
162
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET));
src/apps/mediaconverter/MediaConverterWindow.cpp
181
B_ALIGN_VERTICAL_UNSET));
src/apps/packageinstaller/PackageView.cpp
534
BAlignment labelAlignment(B_ALIGN_RIGHT, B_ALIGN_VERTICAL_UNSET);
src/kits/interface/MenuField.cpp
1224
B_ALIGN_VERTICAL_UNSET));
src/kits/interface/MenuField.cpp
1228
B_ALIGN_VERTICAL_UNSET));
src/kits/interface/MenuField.cpp
846
B_ALIGN_VERTICAL_UNSET));
src/kits/interface/RadioButton.cpp
482
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET));
src/kits/tracker/FindPanel.cpp
1571
B_ALIGN_VERTICAL_UNSET));
src/kits/tracker/FindPanel.cpp
3254
B_ALIGN_VERTICAL_UNSET));
src/preferences/keymap/ModifierKeysWindow.cpp
305
menu->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
108
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
112
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
116
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
120
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
124
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
127
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
130
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
133
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
138
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
142
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
146
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
149
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
154
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
158
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
162
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
165
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
71
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
75
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
79
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
83
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
87
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
90
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
93
B_ALIGN_VERTICAL_UNSET));
src/preferences/locale/FormatSettingsView.cpp
96
B_ALIGN_VERTICAL_UNSET));
src/tests/kits/opengl/glinfo/InfoView.cpp
32
const BAlignment kLabelAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET);
src/tests/kits/opengl/glinfo/InfoView.cpp
33
const BAlignment kValueAlignment(B_ALIGN_RIGHT, B_ALIGN_VERTICAL_UNSET);