Searched refs:GetCursorX (Results 1 – 1 of 1) sorted by relevance
384 int GetCursorX() const { return getcurx(m_window); } in GetCursorX() function in curses::Surface410 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()4091 menu->SetStartingColumn(window.GetCursorX()); in WindowDelegateDraw()6956 int x = window.GetCursorX(); in WindowDelegateDraw()7054 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()7055 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()7065 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()7207 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()7208 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()7215 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()