Lines Matching defs:text
75 int ui_browser__input_window(const char *title, const char *text, char *input,
83 t = text;
114 SLsmg_write_wrapped_string((unsigned char *)text, y, x,
167 void __ui__info_window(const char *title, const char *text, const char *exit_msg)
173 t = text;
206 SLsmg_write_wrapped_string((unsigned char *)text, y, x,
216 void ui__info_window(const char *title, const char *text)
219 __ui__info_window(title, text, NULL);
224 int ui__question_window(const char *title, const char *text,
228 __ui__info_window(title, text, exit_msg);
234 int ui__help_window(const char *text)
236 return ui__question_window("Help", text, "Press any key...", 0);