Searched refs:B_ALIGN_RIGHT (Results 76 - 99 of 99) sorted by path

1234

/haiku/src/kits/interface/
H A DTextView.cpp2496 align == B_ALIGN_RIGHT ||
3947 case B_ALIGN_RIGHT:
4514 case B_ALIGN_RIGHT:
5121 else if (fAlignment == B_ALIGN_RIGHT)
/haiku/src/kits/tracker/
H A DContainerWindow.cpp3296 B_OFF_T_TYPE, 80, B_ALIGN_RIGHT, false, true));
H A DFindPanel.cpp844 button->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
1085 stringViewLayoutItem->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
2678 layoutItem->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
H A DPoseView.cpp631 B_ALIGN_RIGHT, kAttrStatSize, B_OFF_T_TYPE, true, false));
H A DQueryPoseView.cpp136 B_ALIGN_RIGHT, kAttrStatSize, B_OFF_T_TYPE, true, false));
H A DTextWidget.cpp173 case B_ALIGN_RIGHT:
420 else if (textView->Alignment() == B_ALIGN_RIGHT)
H A DTitleView.cpp515 case B_ALIGN_RIGHT:
H A DTrackerInitialState.cpp399 B_INT32_TYPE, true, false, 40, B_ALIGN_RIGHT, false);
411 B_INT32_TYPE, true, false, 40, B_ALIGN_RIGHT, false);
433 60, B_ALIGN_RIGHT, false);
519 { B_TRANSLATE_MARK("Size"), 440, 41, B_ALIGN_RIGHT,
660 { B_TRANSLATE_MARK("Status"), 468, 50, B_ALIGN_RIGHT, "MAIL:status",
H A DUtilities.cpp750 case B_ALIGN_RIGHT:
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp147 readLabel->SetAlignment(B_ALIGN_RIGHT);
150 writeLabel->SetAlignment(B_ALIGN_RIGHT);
153 executeLabel->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp113 fFontsMenuField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp103 fXPlacementText->TextView()->SetAlignment(B_ALIGN_RIGHT);
104 fYPlacementText->TextView()->SetAlignment(B_ALIGN_RIGHT);
178 imageMenuField->SetAlignment(B_ALIGN_RIGHT);
192 placementMenuField->SetAlignment(B_ALIGN_RIGHT);
230 fApply->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
1616 SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
1628 SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_MIDDLE));
1636 SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp448 fRuleControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp82 keyRole->SetAlignment(B_ALIGN_RIGHT);
307 menuField->SetAlignment(B_ALIGN_RIGHT);
H A DStatusMenuField.cpp131 BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp145 fPositiveNumberExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
148 fNegativeNumberExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
161 fPositiveMonetaryExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
164 fNegativeMonetaryExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
/haiku/src/preferences/network/
H A DInterfaceAddressView.cpp105 .AddMenuField(fModeField, 0, 0, B_ALIGN_RIGHT)
106 .AddTextControl(fAddressField, 0, 1, B_ALIGN_RIGHT)
107 .AddTextControl(fNetmaskField, 0, 2, B_ALIGN_RIGHT)
108 .AddTextControl(fGatewayField, 0, 3, B_ALIGN_RIGHT)
H A DInterfaceView.cpp54 statusLabel->SetAlignment(B_ALIGN_RIGHT);
58 macAddressLabel->SetAlignment(B_ALIGN_RIGHT);
62 linkSpeedLabel->SetAlignment(B_ALIGN_RIGHT);
68 linkTxLabel->SetAlignment(B_ALIGN_RIGHT);
72 linkRxLabel->SetAlignment(B_ALIGN_RIGHT);
77 fNetworkMenuField->SetAlignment(B_ALIGN_RIGHT);
92 .AddMenuField(fNetworkMenuField, 0, 1, B_ALIGN_RIGHT, 1, 2)
/haiku/src/preferences/screen/
H A DScreenWindow.cpp262 fColumnsControl->SetAlignment(B_ALIGN_RIGHT);
267 fRowsControl->SetAlignment(B_ALIGN_RIGHT);
389 fResolutionField->SetAlignment(B_ALIGN_RIGHT);
410 fColorsField->SetAlignment(B_ALIGN_RIGHT);
460 fRefreshField->SetAlignment(B_ALIGN_RIGHT);
493 fCombineField->SetAlignment(B_ALIGN_RIGHT);
512 fSwapDisplaysField->SetAlignment(B_ALIGN_RIGHT);
533 fUseLaptopPanelField->SetAlignment(B_ALIGN_RIGHT);
557 fTVStandardField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp299 startScreenSaver->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp241 .SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP))
/haiku/src/preferences/time/
H A DZoneView.cpp225 BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp673 fFramesView->SetAlignment(B_ALIGN_RIGHT);
695 fCpuLoadView->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/tests/kits/opengl/glinfo/
H A DInfoView.cpp33 const BAlignment kValueAlignment(B_ALIGN_RIGHT, B_ALIGN_VERTICAL_UNSET);

Completed in 366 milliseconds

1234