Searched refs:bottom_message (Results 1 – 1 of 1) sorted by relevance
1081 void DrawTitleBox(const char *title, const char *bottom_message = nullptr) { in DrawTitleBox() argument1099 if (bottom_message && bottom_message[0]) { in DrawTitleBox()1100 int bottom_message_length = strlen(bottom_message); in DrawTitleBox()1106 PutCString(bottom_message); in DrawTitleBox()1111 PutCStringTruncated(bottom_message, 1); in DrawTitleBox()3343 const char *bottom_message; in WindowDelegateDraw() local3345 bottom_message = "Press any key to exit"; in WindowDelegateDraw()3347 bottom_message = "Use arrows to scroll, any other key to exit"; in WindowDelegateDraw()3348 window.DrawTitleBox(window.GetName(), bottom_message); in WindowDelegateDraw()