Searched refs:B_ALIGN_RIGHT (Results 1 - 25 of 99) sorted by path

1234

/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp56 fFrom->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
60 fTo->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp68 fStopButton->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp101 fPaletteMF->SetAlignment(B_ALIGN_RIGHT);
103 fColorCountMF->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.h21 SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp83 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
87 true, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
89 false, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
H A DThreadsPage.cpp125 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
131 1000, true, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
133 1000, false, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
135 B_TRUNCATE_END, B_ALIGN_RIGHT));
137 1000, false, B_TRUNCATE_END, B_ALIGN_RIGHT));
139 B_TRUNCATE_END, B_ALIGN_RIGHT));
141 1000, B_TRUNCATE_END, B_ALIGN_RIGHT));
143 1000, B_TRUNCATE_END, B_ALIGN_RIGHT));
145 20, 1000, false, B_TRUNCATE_END, B_ALIGN_RIGHT));
147 1000, B_TRUNCATE_END, B_ALIGN_RIGHT));
[all...]
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.h88 alignment align = B_ALIGN_RIGHT);
104 alignment align = B_ALIGN_RIGHT);
121 alignment align = B_ALIGN_RIGHT);
141 alignment align = B_ALIGN_RIGHT);
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp396 200, 40, 1000, B_TRUNCATE_END, B_ALIGN_RIGHT));
/haiku/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.h18 alignment align = B_ALIGN_RIGHT);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFormattedValueRenderer.cpp49 valueChanged, B_ALIGN_RIGHT, true);
H A DTableCellValueRendererUtils.cpp47 case B_ALIGN_RIGHT:
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp174 sv->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/expander/
H A DPasswordAlert.cpp69 fTextControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.cpp24 SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp118 fTotalDuration->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/people/
H A DAttributeTextControl.cpp41 SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp51 fTime->SetAlignment(B_ALIGN_RIGHT);
69 fBytesReceived->SetAlignment(B_ALIGN_RIGHT);
74 fPacketsReceived->SetAlignment(B_ALIGN_RIGHT);
85 fBytesSent->SetAlignment(B_ALIGN_RIGHT);
90 fPacketsSent->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/kits/interface/
H A DAlignment.cpp15 case B_ALIGN_RIGHT:
H A DStringView.cpp297 case B_ALIGN_RIGHT:
H A DToolTip.cpp144 fAlignment = BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM);
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp355 control->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
370 field->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/kits/shared/
H A DTextTable.cpp101 case B_ALIGN_RIGHT:
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp222 fFromPage->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
226 fToPage->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
H A DPreview.cpp821 fPageNumber->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_RIGHT);
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp99 fPublicNameControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
105 fAttributeControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
129 typeMenuField->SetAlignment(B_ALIGN_RIGHT);
160 fDisplayAsMenuField->SetAlignment(B_ALIGN_RIGHT);
172 fSpecialControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
182 fWidthControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
198 {B_ALIGN_RIGHT, B_TRANSLATE_COMMENT("Right",
219 fAlignmentMenuField->SetAlignment(B_ALIGN_RIGHT);

Completed in 117 milliseconds

1234