• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/dialog/

Lines Matching defs:height

230     { "checklist",	o_checklist,		2, "<text> <height> <width> <list height> <tag1> <item1> <status1>..." },
244 { "form", o_form, 2, "<text> <height> <width> <form height> <label1> <l_y1> <l_x1> <item1> <i_y1> <i_x1> <flen1> <ilen1>..." },
245 { "gauge", o_gauge, 2, "<text> <height> <width> [<percent>]" },
256 { "infobox", o_infobox, 2, "<text> <height> <width>" },
258 { "inputbox", o_inputbox, 2, "<text> <height> <width> [<init>]" },
259 { "inputmenu", o_inputmenu, 2, "<text> <height> <width> <menu height> <tag1> <item1>..." },
267 { "menu", o_menu, 2, "<text> <height> <width> <menu height> <tag1> <item1>..." },
268 { "mixedform", o_mixedform, 2, "<text> <height> <width> <form height> <label1> <l_y1> <l_x1> <item1> <i_y1> <i_x1> <flen1> <ilen1> <itype>..." },
269 { "mixedgauge", o_mixedgauge, 2, "<text> <height> <width> <percent> <tag1> <item1>..." },
270 { "msgbox", o_msgbox, 2, "<text> <height> <width>" },
287 { "passwordbox", o_passwordbox, 2, "<text> <height> <width> [<init>]" },
288 { "passwordform", o_passwordform, 2, "<text> <height> <width> <form height> <label1> <l_y1> <l_x1> <item1> <i_y1> <i_x1> <flen1> <ilen1>..." },
289 { "pause", o_pause, 2, "<text> <height> <width> <seconds>" },
290 { "prgbox", o_prgbox, 2, "<text> <command> <height> <width>" },
293 { "print-text-only",o_print_text_only, 5, "<text> <height> <width>" },
294 { "print-text-size",o_print_text_size, 5, "<text> <height> <width>" },
296 { "programbox", o_programbox, 2, "<text> <height> <width>" },
297 { "progressbox", o_progressbox, 2, "<text> <height> <width>" },
299 { "radiolist", o_radiolist, 2, "<text> <height> <width> <list height> <tag1> <item1> <status1>..." },
314 { "tailbox", o_tailbox, 2, "<file> <height> <width>" },
315 { "tailboxbg", o_tailboxbg, 2, "<file> <height> <width>" },
316 { "textbox", o_textbox, 2, "<file> <height> <width>" },
326 { "yesno", o_yesno, 2, "<text> <height> <width>" },
338 { "calendar", o_calendar, 2, "<text> <height> <width> <day> <month> <year>" },
339 { "dselect", o_dselect, 2, "<directory> <height> <width>" },
340 { "editbox", o_editbox, 2, "<file> <height> <width>" },
341 { "fselect", o_fselect, 2, "<filepath> <height> <width>" },
342 { "timebox", o_timebox, 2, "<text> <height> <width> <hour> <minute> <second>" },
347 { "buildlist", o_buildlist, 2, "<text> <height> <width> <list-height> <tag1> <item1> <status1>..." },
350 { "rangebox", o_rangebox, 2, "<text> <height> <width> <min-value> <max-value> <default-value>" },
352 { "treeview", o_treeview, 2, "<text> <height> <width> <list-height> <tag1> <item1> <status1> <depth1>..." },
1348 int height = 0;
1362 height = numeric_arg(argv, *offset + 1);
1369 dlg_auto_size(NULL, text, &height2, &width2, height, width);
1467 "Auto-size with height and width = 0. Maximize with height and width = -1.",