Lines Matching refs:title
84 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj() argument
90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE); in start_obj()
107 dlg_draw_title(obj->obj.win, title); in start_obj()
278 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) in pause_for_ok() argument
296 (void) title; in pause_for_ok()
352 start_obj(obj, title, cprompt); in pause_for_ok()
382 dlg_progressbox(const char *title, in dlg_progressbox() argument
396 DLG_TRACE2S("title", title); in dlg_progressbox()
418 start_obj(obj, title, cprompt); in dlg_progressbox()
462 result = pause_for_ok(obj, title, cprompt); in dlg_progressbox()
477 dialog_progressbox(const char *title, const char *cprompt, int height, int width) in dialog_progressbox() argument
480 result = dlg_progressbox(title, in dialog_progressbox()