Searched refs:dlg_der_window (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 108 dlg_der_window
|
H A D | dialog.map | 257 dlg_der_window;
|
/freebsd/contrib/dialog/ |
H A D | fselect.c | 673 w_text = dlg_der_window(dialog, tbox_height, tbox_width, tbox_y, tbox_x); in dlg_fselect() 699 w_work = dlg_der_window(dialog, dbox_height, dbox_width, dbox_y, dbox_x); in dlg_fselect() 719 w_work = dlg_der_window(dialog, fbox_height, fbox_width, fbox_y, fbox_x); in dlg_fselect()
|
H A D | timebox.c | 108 data->window = dlg_der_window(data->parent, in init_object()
|
H A D | dialog.h | 807 extern WINDOW * dlg_der_window(WINDOW * /*win*/, int /*height*/, int /*width*/, int /*y*/, int /*x*…
|
H A D | calendar.c | 515 data->window = dlg_der_window(data->parent, in init_object()
|
H A D | util.c | 2476 dlg_der_window(WINDOW *parent, int height, int width, int y, int x) in dlg_der_window() function
|
H A D | CHANGES | 47 + add/use dlg_der_window() to account for derived windows just like
|