Searched refs:SetAlignment (Results 1 - 25 of 97) sorted by path

1234

/haiku/headers/os/interface/
H A DSeparatorView.h61 void SetAlignment(const BAlignment& aligment);
H A DStringView.h29 void SetAlignment(alignment flag);
H A DTextControl.h53 virtual void SetAlignment(alignment label, alignment text);
/haiku/headers/private/interface/
H A DAbstractSpinner.h72 virtual void SetAlignment(alignment align);
H A DColumnListView.h207 void SetAlignment(alignment);
H A DToolTip.h34 virtual void SetAlignment(BAlignment alignment);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp118 fStringView->SetAlignment(B_ALIGN_CENTER);
/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/screen_savers/spider/
H A DSpiderView.cpp69 title->SetAlignment(B_ALIGN_CENTER);
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp101 fPaletteMF->SetAlignment(B_ALIGN_RIGHT);
103 fColorCountMF->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp138 m_control->TextView()->SetAlignment(align);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp70 ((BStringView*)view)->SetAlignment(B_ALIGN_CENTER);
/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/haikudepot/textview/
H A DParagraphStyle.h20 bool SetAlignment(::Alignment alignment);
H A DParagraphStyleData.cpp70 ParagraphStyleData::SetAlignment(::Alignment alignment) function in class:ParagraphStyleData
H A DParagraphStyleData.h35 ParagraphStyleDataRef SetAlignment(::Alignment alignment);
/haiku/src/apps/haikudepot/ui_generic/
H A DMarkupTextView.cpp60 paragraphStyle.SetAlignment(ALIGN_CENTER);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp124 fTextView->SetAlignment(B_ALIGN_CENTER);
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.cpp24 SetAlignment(B_ALIGN_RIGHT);
H A DSubtitleBitmap.cpp29 fTextView->SetAlignment(B_ALIGN_CENTER);
34 fShadowTextView->SetAlignment(B_ALIGN_CENTER);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp118 fTotalDuration->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp257 volumeLabel->SetAlignment(B_ALIGN_LEFT);
/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);

Completed in 217 milliseconds

1234