Symbol: B_ALIGN_CENTER
headers/os/interface/InterfaceDefs.h
237
B_ALIGN_HORIZONTAL_CENTER = B_ALIGN_CENTER,
src/add-ons/network_settings/dialup/DialUpView.cpp
118
fStringView->SetAlignment(B_ALIGN_CENTER);
src/add-ons/screen_savers/spider/SpiderView.cpp
69
title->SetAlignment(B_ALIGN_CENTER);
src/apps/codycam/CodyCam.cpp
775
fErrorView->SetAlignment(B_ALIGN_CENTER);
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
101
case B_ALIGN_CENTER:
src/apps/debugger/user_interface/gui/value/TableCellValueRendererUtils.cpp
43
case B_ALIGN_CENTER:
src/apps/diskprobe/AttributeWindow.cpp
70
((BStringView*)view)->SetAlignment(B_ALIGN_CENTER);
src/apps/diskprobe/TypeEditors.cpp
850
fDescriptionView->SetAlignment(B_ALIGN_CENTER);
src/apps/drivesetup/PartitionList.cpp
117
case B_ALIGN_CENTER:
src/apps/haikudepot/ui/NotAvailableView.cpp
100
return BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE);
src/apps/haikudepot/ui/NotAvailableView.cpp
194
BControlLook::B_DISABLED, BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE));
src/apps/haikudepot/ui/PackageInfoView.cpp
710
fScreenshotView->SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/icon-o-matic/generic/gui/popup_control/InputSlider.cpp
124
fTextView->SetAlignment(B_ALIGN_CENTER);
src/apps/installer/PackageViews.cpp
310
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE), &highColor);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
28
fTextView->SetAlignment(B_ALIGN_CENTER);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
32
fShadowTextView->SetAlignment(B_ALIGN_CENTER);
src/apps/mediaplayer/interface/TransportControlGroup.cpp
200
fControlLayout->SetExplicitAlignment(BAlignment(B_ALIGN_CENTER,
src/apps/mediaplayer/interface/TransportControlGroup.cpp
91
fPositionToolTip->SetAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/overlayimage/OverlayView.cpp
55
fText->SetAlignment(B_ALIGN_CENTER);
src/apps/people/PersonView.cpp
73
BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/stylededit/StyledEditWindow.cpp
1575
case B_ALIGN_CENTER:
src/apps/stylededit/StyledEditWindow.cpp
532
fTextView->SetAlignment(B_ALIGN_CENTER);
src/apps/stylededit/StyledEditWindow.cpp
782
case B_ALIGN_CENTER:
src/apps/terminal/TermView.cpp
1616
fResizeView->SetAlignment(B_ALIGN_CENTER);
src/apps/terminal/ThemeView.cpp
238
fPreview->SetAlignment(B_ALIGN_CENTER);
src/bin/setmime.cpp
372
fAlignment = B_ALIGN_CENTER;
src/kits/interface/AbstractSpinner.cpp
1459
case B_ALIGN_CENTER:
src/kits/interface/Button.cpp
165
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE), &text);
src/kits/interface/ColumnTypes.cpp
644
case B_ALIGN_CENTER:
src/kits/interface/ColumnTypes.cpp
84
case B_ALIGN_CENTER:
src/kits/interface/SeparatorView.cpp
189
case B_ALIGN_CENTER:
src/kits/interface/StringView.cpp
301
case B_ALIGN_CENTER:
src/kits/interface/TextView.cpp
1842
if (fAlignment == B_ALIGN_CENTER)
src/kits/interface/TextView.cpp
1890
if (fAlignment == B_ALIGN_CENTER)
src/kits/interface/TextView.cpp
2542
align == B_ALIGN_CENTER)) {
src/kits/interface/TextView.cpp
3997
case B_ALIGN_CENTER:
src/kits/interface/TextView.cpp
4455
if (fAlignment == B_ALIGN_CENTER)
src/kits/interface/TextView.cpp
4563
case B_ALIGN_CENTER:
src/kits/interface/TextView.cpp
5163
if (fAlignment == B_ALIGN_CENTER) {
src/kits/interface/ToolTipManager.cpp
218
case B_ALIGN_CENTER:
src/kits/interface/ToolTipManager.cpp
240
&& alignment.horizontal == B_ALIGN_CENTER))
src/kits/media/DefaultMediaTheme.cpp
963
stringView->SetAlignment(B_ALIGN_CENTER);
src/kits/shared/TextTable.cpp
132
case B_ALIGN_CENTER:
src/kits/tracker/TextWidget.cpp
167
case B_ALIGN_CENTER:
src/kits/tracker/TextWidget.cpp
420
if (textView->Alignment() == B_ALIGN_CENTER)
src/kits/tracker/TextWidget.cpp
526
textView->SetAlignment(B_ALIGN_CENTER);
src/kits/tracker/TitleView.cpp
510
case B_ALIGN_CENTER:
src/kits/tracker/Utilities.cpp
773
case B_ALIGN_CENTER:
src/kits/tracker/ViewState.cpp
308
|| (int32)column->fAlignment > B_ALIGN_CENTER
src/preferences/backgrounds/BackgroundsView.cpp
1624
SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_BOTTOM));
src/preferences/backgrounds/BackgroundsView.cpp
1644
SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/preferences/filetypes/ApplicationTypeWindow.cpp
417
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE));
src/preferences/filetypes/AttributeWindow.cpp
200
{B_ALIGN_CENTER, B_TRANSLATE_COMMENT("Center",
src/preferences/input/KeyboardView.cpp
53
textcontrol->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
src/preferences/input/SettingsView.cpp
76
doubleClickTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
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/mail/ConfigWindow.cpp
374
fHowToTextView->SetAlignment(B_ALIGN_CENTER);
src/preferences/media/MediaWindow.cpp
725
stringView->SetAlignment(B_ALIGN_CENTER);
src/preferences/screen/ScreenWindow.cpp
224
fDeviceInfo->SetAlignment(B_ALIGN_CENTER);
src/preferences/screensaver/PreviewView.cpp
91
fNoPreview->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/game/chart/ChartWindow.cpp
664
string->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/game/chart/ChartWindow.cpp
685
string->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/interface/SimpleAlertTest.cpp
88
fLastStringView->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/interface/TextViewTestManual.cpp
120
fTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
src/tests/kits/interface/TextViewTestManual.cpp
121
fTextView->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/interface/look/Look.cpp
290
100, 50, 500, B_ALIGN_CENTER), 1);
src/tests/servers/app/hide_and_show/HideAndShow.cpp
46
view->SetAlignment(B_ALIGN_CENTER);