Home
last modified time | relevance | path

Searched refs:NeededWidth (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/shared/
H A DTextTable.cpp50 int32 NeededWidth() const in NeededWidth() function
252 neededWidth += fColumns.ItemAt(i)->NeededWidth(); in Print()
261 column->NeededWidth() - column->MinWidth()); in Print()
262 column->SetWidth(column->NeededWidth() - truncateBy); in Print()
266 column->SetWidth(column->NeededWidth()); in Print()