Searched refs:GetCursorX (Results 1 – 1 of 1) sorted by relevance
363 int GetCursorX() const { return getcurx(m_window); } in GetCursorX() function in curses::Surface389 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()2880 menu->SetStartingColumn(window.GetCursorX()); in WindowDelegateDraw()5431 int x = window.GetCursorX(); in WindowDelegateDraw()5528 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()5529 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()5539 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()5681 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()5682 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()5689 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()