Searched refs:B_ALIGN_TOP (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/kits/interface/
H A DAlignment.cpp30 case B_ALIGN_TOP:
H A DToolTipManager.cpp250 case B_ALIGN_TOP:
271 alignment.vertical = firstTry ? B_ALIGN_TOP
H A DSeparatorView.cpp197 case B_ALIGN_TOP:
/haiku/src/tests/libs/alm/
H A DTableDemo.cpp36 b1->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
H A DAreas.cpp39 button2->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
/haiku/src/preferences/shortcuts/
H A DEditWindow.cpp30 okButton->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
H A DShortcutsWindow.cpp236 .SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP))
241 .SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP))
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp69 case B_ALIGN_TOP:
/haiku/src/preferences/time/
H A DClockView.cpp62 showClockBox->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp131 BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp108 return BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
/haiku/src/apps/people/
H A DPersonView.cpp73 BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
/haiku/headers/os/interface/
H A DInterfaceDefs.h217 B_ALIGN_TOP = 0x10L, enumerator in enum:vertical_alignment
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp123 BAlignment separatorAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp139 BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp166 BAlignment fullWidthTopAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_TOP);
H A DFileTypesWindow.cpp392 menuBar->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
H A DApplicationTypeWindow.cpp311 menuBar->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
/haiku/src/apps/installer/
H A DInstallerWindow.cpp234 B_ALIGN_TOP));
245 BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1636 SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
1640 SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
1644 SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp71 fHeaderView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
75 fDetailView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp198 B_ALIGN_TOP));
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp710 BAlignment labelAlignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp669 BAlignment labelAlignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp673 BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));

Completed in 305 milliseconds

12