Searched refs:B_ALIGN_MIDDLE (Results 1 - 16 of 16) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp31 fName->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
35 fBdaddr->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
40 B_ALIGN_MIDDLE));
43 fClass->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
47 B_ALIGN_MIDDLE));
50 B_ALIGN_MIDDLE));
53 B_ALIGN_MIDDLE));
56 B_ALIGN_MIDDLE));
59 B_ALIGN_MIDDLE));
/haiku/src/kits/interface/
H A DToolTipManager.cpp238 if ((doesNotFit && alignment.vertical == B_ALIGN_MIDDLE)
239 || (alignment.vertical == B_ALIGN_MIDDLE
254 : B_ALIGN_MIDDLE;
260 case B_ALIGN_MIDDLE:
272 : B_ALIGN_MIDDLE;
H A DStringView.cpp242 BAlignment(fAlign, B_ALIGN_MIDDLE));
H A DSeparatorView.cpp206 case B_ALIGN_MIDDLE:
H A DButton.cpp164 flags, BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE), &textColor);
H A DTextControl.cpp386 base, flags, BAlignment(fLabelAlign, B_ALIGN_MIDDLE));
H A DMenuField.cpp1088 BAlignment(fAlign, B_ALIGN_MIDDLE), &textColor);
/haiku/src/preferences/time/
H A DTimeWindow.cpp150 BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
/haiku/headers/os/interface/
H A DInterfaceDefs.h218 B_ALIGN_MIDDLE = 0x20, enumerator in enum:vertical_alignment
221 B_ALIGN_VERTICAL_CENTER = B_ALIGN_MIDDLE,
/haiku/src/apps/installer/
H A DPackageViews.cpp309 BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE));
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp126 base, 0, BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
/haiku/src/apps/mail/
H A DHeader.cpp158 base, flags, BAlignment(Alignment(), B_ALIGN_MIDDLE));
222 base, flags, BAlignment(labelAlignment, B_ALIGN_MIDDLE));
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp135 BAlignment align(B_ALIGN_LEFT, B_ALIGN_MIDDLE);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp747 base, flags, BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE),
817 base, flags, BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE),
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1628 SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_MIDDLE));
1632 SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp417 BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE));

Completed in 431 milliseconds