Lines Matching refs:dialog

32     WINDOW *dialog;  member
109 getyx(data->dialog, cur_y, cur_x); in print_list()
120 dlg_draw_scrollbar(data->dialog, in print_list()
132 (void) wmove(data->dialog, cur_y, cur_x); in print_list()
208 WINDOW *dialog, *list; in dlg_treeview() local
271 dialog = dlg_new_window(height, width, y, x); in dlg_treeview()
272 dlg_register_window(dialog, widget_name, binding); in dlg_treeview()
273 dlg_register_buttons(dialog, widget_name, buttons); in dlg_treeview()
277 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_treeview()
278 dlg_draw_bottom_box2(dialog, border_attr, border2_attr, dialog_attr); in dlg_treeview()
279 dlg_draw_title(dialog, title); in dlg_treeview()
281 dlg_attrset(dialog, dialog_attr); in dlg_treeview()
282 dlg_print_autowrap(dialog, prompt, height, width); in dlg_treeview()
285 cur_y = getcury(dialog); in dlg_treeview()
300 list = dlg_sub_window(dialog, use_height, all.use_width, in dlg_treeview()
304 dlg_draw_box(dialog, box_y, box_x, in dlg_treeview()
348 all.dialog = dialog; in dlg_treeview()
355 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dlg_treeview()
357 dlg_trace_win(dialog); in dlg_treeview()
363 wmove(dialog, box_y + choice + 1, box_x + all.check_x + 2); in dlg_treeview()
365 key = dlg_mouse_wgetch(dialog, &fkey); in dlg_treeview()
388 key = dlg_lookup_key(dialog, key, &fkey); in dlg_treeview()
531 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, in dlg_treeview()
536 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, in dlg_treeview()
541 dlg_will_resize(dialog); in dlg_treeview()
546 _dlg_resize_cleanup(dialog); in dlg_treeview()
563 dlg_del_window(dialog); in dlg_treeview()