Searched refs:SetAlignment (Results 76 - 97 of 97) sorted by path

1234

/haiku/src/kits/interface/
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 DColumnListView.cpp819 BColumn::SetAlignment(alignment align) function in class:BColumn
H A DDecimalSpinner.cpp339 TextView()->SetAlignment(B_ALIGN_RIGHT);
H A DMenuField.cpp291 SetAlignment((alignment)align);
673 BMenuField::SetAlignment(alignment label) function in class:BMenuField
H A DSeparatorView.cpp361 BSeparatorView::SetAlignment(const BAlignment& aligment) function in class:BSeparatorView
H A DSpinner.cpp269 TextView()->SetAlignment(B_ALIGN_RIGHT);
H A DTextControl.cpp638 BTextControl::SetAlignment(alignment labelAlignment, alignment textAlignment) function in class:BTextControl
640 fText->SetAlignment(textAlignment);
1118 fText->SetAlignment(B_ALIGN_LEFT);
1134 SetAlignment((alignment)labelAlignment, (alignment)textAlignment);
H A DTextView.cpp353 SetAlignment((alignment)flag);
2491 BTextView::SetAlignment(alignment align) function in class:BTextView
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp958 stringView->SetAlignment(B_ALIGN_CENTER);
/haiku/src/kits/tracker/
H A DTextWidget.cpp496 textView->SetAlignment(B_ALIGN_CENTER);
500 textView->SetAlignment(B_ALIGN_LEFT);
504 textView->SetAlignment(fAlignment);
/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);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp448 fRuleControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/haiku/src/preferences/input/
H A DKeyboardView.cpp56 textcontrol->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
H A DSettingsView.cpp84 doubleClickTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp82 keyRole->SetAlignment(B_ALIGN_RIGHT);
307 menuField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/preferences/network/
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);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp223 fDeviceInfo->SetAlignment(B_ALIGN_CENTER);
262 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_RIGH
[all...]
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp91 fNoPreview->SetAlignment(B_ALIGN_CENTER);
H A DScreenSaverWindow.cpp299 startScreenSaver->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp664 string->SetAlignment(B_ALIGN_CENTER);
673 fFramesView->SetAlignment(B_ALIGN_RIGHT);
685 string->SetAlignment(B_ALIGN_CENTER);
695 fCpuLoadView->SetAlignment(B_ALIGN_RIGHT);

Completed in 316 milliseconds

1234