Home
last modified time | relevance | path

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