Home
last modified time | relevance | path

Searched refs:dlg_new_window (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/dialog/
HDyesno.c81 dialog = dlg_new_window(height, width, y, x); in dialog_yesno()
HDmsgbox.c93 dialog = dlg_new_window(height, width, y, x); in dialog_msgbox()
HDdialog.h228 #define new_window(h,w,y,x) dlg_new_window(h,w,y,x)
660 extern WINDOW * dlg_new_window(int /*height*/, int /*width*/, int /*y*/, int /*x*/);
HDpause.c120 dialog = dlg_new_window(height, width, y, x); in dialog_pause()
HDinputbox.c137 dialog = dlg_new_window(height, width, yorg, xorg); in dialog_inputbox()
HDrangebox.c241 dialog = dlg_new_window(height, width, in dialog_rangebox()
HDtailbox.c362 dialog = dlg_new_window(height, width, y, x); in dialog_tailbox()
HDguage.c332 WINDOW *dialog = dlg_new_window(height, width, y, x); in dlg_reallocate_gauge()
HDtimebox.c220 dialog = dlg_new_window(height, width, in dialog_timebox()
HDmixedgauge.c327 dlg->dialog = dlg_new_window(dlg->height, dlg->width, y, x); in dlg_begin_mixedgauge()
HDprogressbox.c95 obj->obj.win = dlg_new_window(obj->high, obj->wide, y, x); in start_obj()
HDeditbox.c400 dialog = dlg_new_window(height, width, y, x); in dlg_editbox()
HDchecklist.c285 dialog = dlg_new_window(height, width, y, x); in dlg_checklist()
HDtreeview.c274 dialog = dlg_new_window(height, width, y, x); in dlg_treeview()
HDmenubox.c417 dialog = dlg_new_window(height, width, y, x); in dlg_menu()
HDfselect.c632 dialog = dlg_new_window(height, width, in dlg_fselect()
HDcalendar.c801 dialog = dlg_new_window(height, width, in dialog_calendar()
HDtextbox.c772 dialog = dlg_new_window(height, width, y, x); in dialog_textbox()
HDformbox.c567 dialog = dlg_new_window(height, width, y, x); in dlg_form()
HDbuildlist.c631 dialog = dlg_new_window(height, width, y, x); in dlg_buildlist()
HDutil.c2312 dlg_new_window(int height, int width, int y, int x) in dlg_new_window() function