Symbol: B_ALIGN_TOP
src/add-ons/translators/jpeg/JPEGTranslator.cpp
667
BAlignment labelAlignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
src/add-ons/translators/jpeg2000/JPEG2000Translator.cpp
715
BAlignment labelAlignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
src/apps/aboutsystem/AboutSystem.cpp
934
textView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/apps/haikudepot/ui/PackageInfoView.cpp
693
fScreenshotView->SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/haikudepot/ui_generic/BitmapView.cpp
70
case B_ALIGN_TOP:
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.cpp
123
BAlignment separatorAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
src/apps/installer/InstallerWindow.cpp
234
B_ALIGN_TOP));
src/apps/installer/InstallerWindow.cpp
245
BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
src/apps/mediaconverter/MediaFileInfoView.cpp
108
return BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
src/apps/mediaplayer/interface/TransportControlGroup.cpp
201
B_ALIGN_TOP));
src/apps/mediaplayer/interface/TransportControlGroup.cpp
91
fPositionToolTip->SetAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/people/PersonView.cpp
73
BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
71
fHeaderView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
75
fDetailView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/kits/interface/Alignment.cpp
30
case B_ALIGN_TOP:
src/kits/interface/SeparatorView.cpp
197
case B_ALIGN_TOP:
src/kits/interface/TextView.cpp
828
BAlignment(fAlignment, B_ALIGN_TOP));
src/kits/interface/ToolTipManager.cpp
250
case B_ALIGN_TOP:
src/kits/interface/ToolTipManager.cpp
271
alignment.vertical = firstTry ? B_ALIGN_TOP
src/preferences/appearance/LookAndFeelSettingsView.cpp
139
BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/backgrounds/BackgroundsView.cpp
1638
SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
src/preferences/backgrounds/BackgroundsView.cpp
1642
SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/preferences/backgrounds/BackgroundsView.cpp
1646
SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/filetypes/ApplicationTypeWindow.cpp
311
menuBar->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/filetypes/ApplicationTypesWindow.cpp
166
BAlignment fullWidthTopAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_TOP);
src/preferences/filetypes/FileTypesWindow.cpp
392
menuBar->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/keymap/StatusMenuField.cpp
131
BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
src/preferences/shortcuts/EditWindow.cpp
30
okButton->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
src/preferences/shortcuts/ShortcutsWindow.cpp
236
.SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP))
src/preferences/shortcuts/ShortcutsWindow.cpp
241
.SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP))
src/preferences/time/ClockView.cpp
62
showClockBox->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/tests/libs/alm/Areas.cpp
39
button2->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/tests/libs/alm/TableDemo.cpp
36
b1->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));