Searched refs:button_text (Results 1 – 1 of 1) sorted by relevance
1809 const char *button_text = "[New]"; in DrawNewButton() local1810 int x = (surface.GetWidth() - sizeof(button_text) - 1) / 2; in DrawNewButton()1816 surface.PutCString(button_text); in DrawNewButton()