Searched refs:B_ALIGN_USE_FULL_WIDTH (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/tests/libs/alm/
H A DComplexButtons.cpp34 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
39 button2->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
44 button3->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
49 button4->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
54 button5->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
H A DThreeButtons.cpp29 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
33 button2->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
37 button3->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
H A DNestedLayout.cpp40 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
H A DHelloWorld.cpp34 fLayout->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
45 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
H A DBadLayout.cpp51 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
H A DFriendLayout.cpp131 button->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
/haiku/src/kits/interface/
H A DLayoutItem.cpp135 && alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
140 alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
H A DLayoutUtils.cpp166 && alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
192 && alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
197 alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
H A DCardLayout.cpp125 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
H A DBox.cpp841 if (childAlignment.horizontal == B_ALIGN_USE_FULL_WIDTH)
842 alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
H A DAbstractLayout.cpp375 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
H A DMenuField.cpp842 fMenuBar->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
1220 fMenuBar->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
1499 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
1633 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
H A DTextControl.cpp1370 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
1506 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
H A DAbstractSpinner.cpp727 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
855 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
/haiku/src/preferences/filetypes/
H A DTypeListWindow.cpp64 BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_VERTICAL_CENTER);
H A DNewFileTypeWindow.cpp108 BAlignment fullSize = BAlignment(B_ALIGN_USE_FULL_WIDTH,
H A DApplicationTypesWindow.cpp166 BAlignment fullWidthTopAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_TOP);
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp290 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp127 return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
/haiku/headers/os/interface/
H A DInterfaceDefs.h213 B_ALIGN_USE_FULL_WIDTH = -2L enumerator in enum:alignment
/haiku/src/libs/alm/
H A DArea.cpp649 if (alignment.Horizontal() == B_ALIGN_USE_FULL_WIDTH)
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp249 fRightBox->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp304 menu->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_VERTICAL_UNSET));
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp180 fInfoView->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
248 outputGrid->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
/haiku/src/apps/mail/
H A DAddressTextControl.cpp631 SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,

Completed in 155 milliseconds

12