Searched refs:newWidth (Results 1 – 1 of 1) sorted by relevance
8537 auto width(size_t newWidth) -> Column& { in width() argument8538 assert(newWidth > 0); in width()8539 m_width = newWidth; in width()