Searched refs:bottom_message (Results 1 – 1 of 1) sorted by relevance
741 void DrawTitleBox(const char *title, const char *bottom_message = nullptr) { in DrawTitleBox() argument759 if (bottom_message && bottom_message[0]) { in DrawTitleBox()760 int bottom_message_length = strlen(bottom_message); in DrawTitleBox()766 PutCString(bottom_message); in DrawTitleBox()771 PutCStringTruncated(1, bottom_message); in DrawTitleBox()4751 const char *bottom_message; in WindowDelegateDraw() local4753 bottom_message = "Press any key to exit"; in WindowDelegateDraw()4755 bottom_message = "Use arrows to scroll, any other key to exit"; in WindowDelegateDraw()4756 window.DrawTitleBox(window.GetName(), bottom_message); in WindowDelegateDraw()