Searched refs:bg_task (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dtailbox.c179 int high = getmaxy(obj->obj.win) - (2 * MARGIN + (obj->obj.bg_task ? 1 : 3));
300 int bg_task)
335 DLG_TRACE2N("bg_task", bg_task);
350 thigh = height - ((2 * MARGIN) + (bg_task ? 0 : 2));
368 if (!bg_task) {
384 obj->obj.handle_input = bg_task ? handle_input : 0;
385 obj->obj.keep_bg = bg_task && dialog_vars.cant_kill;
386 obj->obj.bg_task = bg_task;
296 dialog_tailbox(const char *title, const char *filename, int height, int width, int bg_task) argument
[all...]
H A Dguage.c336 obj->obj.bg_task = TRUE;
H A Ddialog.h417 bool bg_task; /* true if this is background task */ member in struct:_dlg_callback
636 extern int dialog_tailbox(const char * /*title*/, const char * /*file*/, int /*height*/, int /*width*/, int /*bg_task*/);

Completed in 116 milliseconds