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

/haiku/src/kits/interface/
H A DBox.cpp35 BRect label_box; // label box (label string or label view); in case member in struct:BBox::LayoutData
156 return fLayoutData->label_box.Height() / 2;
236 labelBox = fLayoutData->label_box;
598 fLabelView->MoveTo(fLayoutData->label_box.LeftTop());
599 fLabelView->ResizeTo(fLayoutData->label_box.Size());
776 fLayoutData->label_box.Set(6.0f, 0, 14.0f + StringWidth(fLabel),
782 fLayoutData->label_box.Set(10, 0, 10 + size.width, size.height);
812 minWidth = fLayoutData->label_box.right + fLayoutData->insets.right;

Completed in 96 milliseconds