Searched refs:labelAlignment (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/translators/hvif/
H A DHVIFView.cpp30 BAlignment labelAlignment(B_ALIGN_LEFT, B_ALIGN_NO_VERTICAL);
35 title->SetExplicitAlignment(labelAlignment);
45 version->SetExplicitAlignment(labelAlignment);
49 copyright->SetExplicitAlignment(labelAlignment);
63 fRenderSize->SetExplicitAlignment(labelAlignment);
/haiku/src/add-ons/translators/sgi/
H A DSGIView.cpp100 BAlignment labelAlignment(B_ALIGN_LEFT, B_ALIGN_NO_VERTICAL);
105 titleView->SetExplicitAlignment(labelAlignment);
114 detailView->SetExplicitAlignment(labelAlignment);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp165 BAlignment labelAlignment = be_control_look->DefaultLabelAlignment(); local
187 fNameView->TextView()->SetExplicitAlignment(labelAlignment);
188 fNameView->LabelView()->SetExplicitAlignment(labelAlignment);
190 fSignatureView->TextView()->SetExplicitAlignment(labelAlignment);
191 fSignatureView->LabelView()->SetExplicitAlignment(labelAlignment);
195 fPathView->TextView()->SetExplicitAlignment(labelAlignment);
196 fPathView->LabelView()->SetExplicitAlignment(labelAlignment);
214 fVersionView->TextView()->SetExplicitAlignment(labelAlignment);
215 fVersionView->LabelView()->SetExplicitAlignment(labelAlignment);
217 fDescriptionLabel->LabelView()->SetExplicitAlignment(labelAlignment);
[all...]
H A DFileTypesWindow.cpp349 BAlignment labelAlignment = be_control_look->DefaultLabelAlignment(); local
426 fExtensionLabel->LabelView()->SetExplicitAlignment(labelAlignment);
H A DApplicationTypeWindow.cpp308 BAlignment labelAlignment = be_control_look->DefaultLabelAlignment(); local
466 longLabel->SetExplicitAlignment(labelAlignment);
/haiku/src/kits/interface/
H A DTextControl.cpp245 alignment labelAlignment; local
248 GetAlignment(&labelAlignment, &textAlignment);
251 result = data->AddInt32("_a_label", labelAlignment);
638 BTextControl::SetAlignment(alignment labelAlignment, alignment textAlignment) argument
642 if (fLabelAlign != labelAlignment) {
643 fLabelAlign = labelAlignment;
1124 int32 labelAlignment = B_ALIGN_LEFT; local
1129 err = archive->FindInt32("_a_label", &labelAlignment);
1134 SetAlignment((alignment)labelAlignment, (alignment)textAlignment);
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp534 BAlignment labelAlignment(B_ALIGN_RIGHT, B_ALIGN_VERTICAL_UNSET);
535 typeLabelItem->SetExplicitAlignment(labelAlignment);
536 destFieldLabelItem->SetExplicitAlignment(labelAlignment);
/haiku/src/apps/mail/
H A DHeader.cpp218 alignment labelAlignment; local
219 GetAlignment(&labelAlignment, NULL);
222 base, flags, BAlignment(labelAlignment, B_ALIGN_MIDDLE));
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp195 BAlignment labelAlignment(be_control_look->DefaultLabelAlignment());
197 fOutputFolder->SetExplicitAlignment(labelAlignment);
264 fStatus->SetExplicitAlignment(labelAlignment);
266 fFileStatus->SetExplicitAlignment(labelAlignment);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp710 BAlignment labelAlignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP); local
713 title->SetExplicitAlignment(labelAlignment);
723 version->SetExplicitAlignment(labelAlignment);
/haiku/headers/os/interface/
H A DLayoutBuilder.h165 alignment labelAlignment
172 alignment labelAlignment
889 int32 row, alignment labelAlignment, int32 labelColumnCount,
894 BAlignment(labelAlignment, B_ALIGN_VERTICAL_UNSET));
905 int32 row, alignment labelAlignment, int32 labelColumnCount,
910 BAlignment(labelAlignment, B_ALIGN_VERTICAL_UNSET));
888 AddMenuField(BMenuField* menuField, int32 column, int32 row, alignment labelAlignment, int32 labelColumnCount, int32 fieldColumnCount, int32 rowCount) argument
904 AddTextControl(BTextControl* textControl, int32 column, int32 row, alignment labelAlignment, int32 labelColumnCount, int32 textColumnCount, int32 rowCount) argument
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp669 BAlignment labelAlignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP); local
672 title->SetExplicitAlignment(labelAlignment);
682 version->SetExplicitAlignment(labelAlignment);

Completed in 87 milliseconds