Lines Matching refs:dialog

36     WINDOW *dialog;  member
106 getyx(data->dialog, cur_y, cur_x); in print_list()
118 dlg_draw_scrollbar(data->dialog, in print_list()
130 (void) wmove(data->dialog, cur_y, cur_x); in print_list()
205 WINDOW *dialog; in dlg_checklist() local
285 dialog = dlg_new_window(height, width, y, x); in dlg_checklist()
286 all.dialog = dialog; in dlg_checklist()
287 dlg_register_window(dialog, widget_name, binding); in dlg_checklist()
288 dlg_register_buttons(dialog, widget_name, buttons); in dlg_checklist()
292 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_checklist()
293 dlg_draw_bottom_box2(dialog, border_attr, border2_attr, dialog_attr); in dlg_checklist()
294 dlg_draw_title(dialog, title); in dlg_checklist()
296 dlg_attrset(dialog, dialog_attr); in dlg_checklist()
297 dlg_print_autowrap(dialog, prompt, height, width); in dlg_checklist()
300 getyx(dialog, cur_y, cur_x); in dlg_checklist()
316 all.list = dlg_sub_window(dialog, all.use_height, all.use_width, in dlg_checklist()
320 dlg_draw_box(dialog, all.box_y, all.box_x, in dlg_checklist()
379 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dlg_checklist()
381 dlg_trace_win(dialog); in dlg_checklist()
387 wmove(dialog, all.box_y + choice + 1, all.box_x + all.check_x + 2); in dlg_checklist()
389 key = dlg_mouse_wgetch(dialog, &fkey); in dlg_checklist()
400 getyx(dialog, cur_y, cur_x); in dlg_checklist()
413 key = dlg_lookup_key(dialog, key, &fkey); in dlg_checklist()
429 getyx(dialog, cur_y, cur_x); in dlg_checklist()
436 (void) wmove(dialog, cur_y, cur_x); in dlg_checklist()
444 getyx(dialog, cur_y, cur_x); in dlg_checklist()
451 (void) wmove(dialog, cur_y, cur_x); in dlg_checklist()
545 getyx(dialog, cur_y, cur_x); in dlg_checklist()
573 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, in dlg_checklist()
578 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, in dlg_checklist()
583 dlg_will_resize(dialog); in dlg_checklist()
588 _dlg_resize_cleanup(dialog); in dlg_checklist()
609 dlg_del_window(dialog); in dlg_checklist()