Searched refs:SetAlignment (Results 26 - 50 of 97) sorted by relevance

1234

/haiku/src/kits/interface/
H A DToolTip.cpp81 BToolTip::SetAlignment(BAlignment alignment) function in class:BToolTip
H A DSpinner.cpp269 TextView()->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/people/
H A DAttributeTextControl.cpp41 SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/haiku/headers/os/interface/
H A DStringView.h29 void SetAlignment(alignment flag);
H A DTextControl.h53 virtual void SetAlignment(alignment label, alignment text);
H A DMenuField.h69 virtual void SetAlignment(alignment label);
/haiku/src/apps/mail/
H A DHeader.cpp130 SetAlignment(B_ALIGN_RIGHT);
296 fFromControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
348 fromField->SetAlignment(B_ALIGN_RIGHT);
393 fSubjectControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
400 fDateControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/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/filetypes/
H A DNewFileTypeWindow.cpp77 typesMenuLabel->SetAlignment(B_ALIGN_LEFT);
H A DExtensionWindow.cpp126 fExtensionControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT);
/haiku/src/apps/haikudepot/textview/
H A DParagraphStyleData.cpp70 ParagraphStyleData::SetAlignment(::Alignment alignment) function in class:ParagraphStyleData
/haiku/src/tests/kits/interface/
H A DSimpleAlertTest.cpp88 fLastStringView->SetAlignment(B_ALIGN_CENTER);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp70 ((BStringView*)view)->SetAlignment(B_ALIGN_CENTER);
/haiku/src/apps/expander/
H A DPasswordAlert.cpp69 fTextControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/haiku/headers/private/interface/
H A DAbstractSpinner.h72 virtual void SetAlignment(alignment align);
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp91 fNoPreview->SetAlignment(B_ALIGN_CENTER);
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp151 SetAlignment((alignment)align);
/haiku/src/preferences/input/
H A DSettingsView.cpp84 doubleClickTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp55 fText->SetAlignment(B_ALIGN_CENTER);
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp29 fTextView->SetAlignment(B_ALIGN_CENTER);
34 fShadowTextView->SetAlignment(B_ALIGN_CENTER);
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp212 sview->SetAlignment(B_ALIGN_RIGHT);
230 sview->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp355 control->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
370 field->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp65 fFontsMenuField->SetAlignment(B_ALIGN_RIGHT);
80 fSizesMenuField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/kits/tracker/
H A DTextWidget.cpp495 textView->SetAlignment(B_ALIGN_CENTER);
499 textView->SetAlignment(B_ALIGN_LEFT);
503 textView->SetAlignment(fAlignment);
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp101 fPaletteMF->SetAlignment(B_ALIGN_RIGHT);
103 fColorCountMF->SetAlignment(B_ALIGN_RIGHT);

Completed in 317 milliseconds

1234