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

1234

/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp460 fStandardSizesSpinner->SetAlignment(B_ALIGN_RIGHT);
465 fFixedSizesSpinner->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/mail/
H A DPrefs.cpp80 menu->SetAlignment(B_ALIGN_RIGHT);
222 fReplyPreamble->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp381 fTextControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_RIGHT);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp532 fTextView->SetAlignment(B_ALIGN_RIGHT);
781 case B_ALIGN_RIGHT:
1566 case B_ALIGN_RIGHT:
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp534 BAlignment labelAlignment(B_ALIGN_RIGHT, B_ALIGN_VERTICAL_UNSET);
/haiku/src/preferences/time/
H A DZoneView.cpp225 BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp833 addressWidth, 40, 1000, B_TRUNCATE_END, B_ALIGN_RIGHT));
H A DVariablesView.cpp620 alignment align = B_ALIGN_RIGHT)
2569 B_TRUNCATE_END, B_ALIGN_RIGHT));
618 VariableValueColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE, alignment align = B_ALIGN_RIGHT) argument
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp241 .SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP))
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp580 view->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp570 new TextControlFloater(f, B_ALIGN_RIGHT, &fValueFont, valueString.String(),
/haiku/src/apps/terminal/
H A DThemeView.cpp116 fColorSchemeField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/kits/tracker/
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 DTitleView.cpp515 case B_ALIGN_RIGHT:
H A DUtilities.cpp750 case B_ALIGN_RIGHT:
H A DContainerWindow.cpp3296 B_OFF_T_TYPE, 80, B_ALIGN_RIGHT, false, true));
H A DPoseView.cpp631 B_ALIGN_RIGHT, kAttrStatSize, B_OFF_T_TYPE, true, false));
/haiku/src/apps/deskbar/
H A DStatusView.cpp1157 align = B_ALIGN_RIGHT;
1159 align = fBarView->Left() ? B_ALIGN_LEFT : B_ALIGN_RIGHT;
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp299 startScreenSaver->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp448 fRuleControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/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)
H A DAbstractSpinner.cpp1434 case B_ALIGN_RIGHT:
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp936 fCountViews[i]->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp673 fFramesView->SetAlignment(B_ALIGN_RIGHT);
695 fCpuLoadView->SetAlignment(B_ALIGN_RIGHT);

Completed in 266 milliseconds

1234