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

/haiku/src/apps/diskusage/
H A DControlsView.cpp41 float IconWidth() const;
66 VolumeTab::IconWidth() const function in class:VolumeTab
91 frame.Width() - IconWidth() - kSmallHMargin);
95 BPoint(frame.left + IconWidth() + kSmallHMargin,
104 frame.left += IconWidth();
174 + ((VolumeTab*)TabAt(i))->IconWidth();
200 float iconWidth = ((VolumeTab*)TabAt(i))->IconWidth();

Completed in 29 milliseconds