Searched refs:labelwidth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp30 labelwidth = StringWidth(Label()) + LABEL_DIST;
32 labelwidth = 0.0;
47 labelwidth = rolemodel->LabelWidth();
48 if (labelwidth < LabelWidth())
49 labelwidth = LabelWidth();
51 mpm.mini.x = 0.0 + labelwidth + 5.0;
99 labelwidth = rolemodel->LabelWidth() > labelwidth ?
100 rolemodel->LabelWidth() : labelwidth;
102 labelwidth
[all...]
/haiku/src/apps/resedit/
H A DImageEditor.cpp39 float labelwidth = be_plain_font->StringWidth("ID: "); local
46 fIDBox = new BTextControl(BRect(10, 10, 10 + (strwidth + labelwidth) + 15,
49 fIDBox->SetDivider(labelwidth + 5);
H A DMiscEditors.cpp82 float labelwidth = be_plain_font->StringWidth("ID: "); local
89 fIDBox = new BTextControl(BRect(10, 10, 10 + (strwidth + labelwidth) + 15,
92 fIDBox->SetDivider(labelwidth + 5);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp72 labelwidth = rolemodel->LabelWidth();
73 labelwidth = minLabelWidth > labelwidth ? minLabelWidth : labelwidth;
75 fSliderButtonRect.left = labelwidth;
83 mpm.mini.x = labelwidth + fSliderButtonRect.Width() + 1.0;

Completed in 30 milliseconds