Searched refs:GetMaxX (Results 1 – 1 of 1) sorted by relevance
409 int GetMaxX() const { return getmaxx(m_window); } in GetMaxX() function in curses::Window411 int GetWidth() const { return GetMaxX(); } in GetWidth()3455 m_max_x = window.GetMaxX() - 1; in WindowDelegateDraw()