Searched refs:dlg_new_window (Results 1 – 21 of 21) sorted by relevance
| /dragonfly/contrib/dialog/ |
| HD | yesno.c | 81 dialog = dlg_new_window(height, width, y, x); in dialog_yesno()
|
| HD | msgbox.c | 93 dialog = dlg_new_window(height, width, y, x); in dialog_msgbox()
|
| HD | dialog.h | 228 #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*/);
|
| HD | pause.c | 120 dialog = dlg_new_window(height, width, y, x); in dialog_pause()
|
| HD | inputbox.c | 137 dialog = dlg_new_window(height, width, yorg, xorg); in dialog_inputbox()
|
| HD | rangebox.c | 241 dialog = dlg_new_window(height, width, in dialog_rangebox()
|
| HD | tailbox.c | 362 dialog = dlg_new_window(height, width, y, x); in dialog_tailbox()
|
| HD | guage.c | 332 WINDOW *dialog = dlg_new_window(height, width, y, x); in dlg_reallocate_gauge()
|
| HD | timebox.c | 220 dialog = dlg_new_window(height, width, in dialog_timebox()
|
| HD | mixedgauge.c | 327 dlg->dialog = dlg_new_window(dlg->height, dlg->width, y, x); in dlg_begin_mixedgauge()
|
| HD | progressbox.c | 95 obj->obj.win = dlg_new_window(obj->high, obj->wide, y, x); in start_obj()
|
| HD | editbox.c | 400 dialog = dlg_new_window(height, width, y, x); in dlg_editbox()
|
| HD | checklist.c | 285 dialog = dlg_new_window(height, width, y, x); in dlg_checklist()
|
| HD | treeview.c | 274 dialog = dlg_new_window(height, width, y, x); in dlg_treeview()
|
| HD | menubox.c | 417 dialog = dlg_new_window(height, width, y, x); in dlg_menu()
|
| HD | fselect.c | 632 dialog = dlg_new_window(height, width, in dlg_fselect()
|
| HD | calendar.c | 801 dialog = dlg_new_window(height, width, in dialog_calendar()
|
| HD | textbox.c | 772 dialog = dlg_new_window(height, width, y, x); in dialog_textbox()
|
| HD | formbox.c | 567 dialog = dlg_new_window(height, width, y, x); in dlg_form()
|
| HD | buildlist.c | 631 dialog = dlg_new_window(height, width, y, x); in dlg_buildlist()
|
| HD | util.c | 2312 dlg_new_window(int height, int width, int y, int x) in dlg_new_window() function
|