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

1234

/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp82 keyRole->SetAlignment(B_ALIGN_RIGHT);
307 menuField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/kits/shared/
H A DTextTable.cpp101 case B_ALIGN_RIGHT:
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp174 sv->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp373 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
/haiku/src/kits/interface/
H A DDecimalSpinner.cpp339 TextView()->SetAlignment(B_ALIGN_RIGHT);
H A DColumnTypes.cpp89 case B_ALIGN_RIGHT:
648 case B_ALIGN_RIGHT:
H A DColorControl.cpp181 fRedText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
182 fGreenText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
183 fBlueText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
H A DStringView.cpp297 case B_ALIGN_RIGHT:
H A DSeparatorView.cpp185 case B_ALIGN_RIGHT:
/haiku/src/apps/installer/
H A DInstallerWindow.cpp221 fSrcMenuField->SetAlignment(B_ALIGN_RIGHT);
225 fDestMenuField->SetAlignment(B_ALIGN_RIGHT);
243 fSizeView->SetAlignment(B_ALIGN_RIGHT);
245 BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
/haiku/src/kits/tracker/
H A DTextWidget.cpp173 case B_ALIGN_RIGHT:
420 else if (textView->Alignment() == B_ALIGN_RIGHT)
H A DQueryPoseView.cpp136 B_ALIGN_RIGHT, kAttrStatSize, B_OFF_T_TYPE, true, false));
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp396 200, 40, 1000, B_TRUNCATE_END, B_ALIGN_RIGHT));
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp68 fStopButton->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
/haiku/src/apps/deskbar/
H A DTimeView.cpp141 data->AddInt32("deskbar:private_align", B_ALIGN_RIGHT);
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp113 fFontsMenuField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp180 fVersionStringView->SetAlignment(B_ALIGN_RIGHT);
H A DPackageListView.cpp406 case B_ALIGN_RIGHT:
482 case B_ALIGN_RIGHT:
878 sizeColumn->SetAlignment(B_ALIGN_RIGHT);
/haiku/headers/os/interface/
H A DInterfaceDefs.h207 B_ALIGN_RIGHT, enumerator in enum:alignment
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp46 SetAlignment(B_ALIGN_RIGHT);
/haiku/src/tests/kits/interface/look/
H A DLook.cpp292 130, 50, 500, B_ALIGN_RIGHT), 2);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp118 fTotalDuration->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp222 fFromPage->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
226 fToPage->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
H A DPreview.cpp821 fPageNumber->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_RIGHT);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp172 fDelayControl->TextView()->SetAlignment(B_ALIGN_RIGHT);
189 BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));

Completed in 115 milliseconds

1234