Lines Matching defs:width

275     { "checklist",	opW(checklist),		2, "<text> <height> <width> <list height> <tag1> <item1> <status1>..." },
291 { "form", opW(form), 2, "<text> <height> <width> <form height> <label1> <l_y1> <l_x1> <item1> <i_y1> <i_x1> <flen1> <ilen1>..." },
292 { "gauge", opW(gauge), 2, "<text> <height> <width> [<percent>]" },
303 { "infobox", opW(infobox), 2, "<text> <height> <width>" },
305 { "inputbox", opW(inputbox), 2, "<text> <height> <width> [<init>]" },
306 { "inputmenu", opW(inputmenu), 2, "<text> <height> <width> <menu height> <tag1> <item1>..." },
314 { "menu", opW(menu), 2, "<text> <height> <width> <menu height> <tag1> <item1>..." },
315 { "mixedform", opW(mixedform), 2, "<text> <height> <width> <form height> <label1> <l_y1> <l_x1> <item1> <i_y1> <i_x1> <flen1> <ilen1> <itype>..." },
316 { "mixedgauge", opW(mixedgauge), 2, "<text> <height> <width> <percent> <tag1> <item1>..." },
317 { "msgbox", opW(msgbox), 2, "<text> <height> <width>" },
332 { "passwordbox", opW(passwordbox), 2, "<text> <height> <width> [<init>]" },
333 { "passwordform", opW(passwordform), 2, "<text> <height> <width> <form height> <label1> <l_y1> <l_x1> <item1> <i_y1> <i_x1> <flen1> <ilen1>..." },
334 { "pause", opW(pause), 2, "<text> <height> <width> <seconds>" },
335 { "prgbox", opW(prgbox), 2, "<text> <command> <height> <width>" },
338 { "print-text-only",ssT(text_only), 5, "<text> <height> <width>" },
339 { "print-text-size",opO(print_text_size), 5, "<text> <height> <width>" },
341 { "programbox", opW(programbox), 2, "<text> <height> <width>" },
342 { "progressbox", opW(progressbox), 2, "<text> <height> <width>" },
344 { "radiolist", opW(radiolist), 2, "<text> <height> <width> <list height> <tag1> <item1> <status1>..." },
358 { "tailbox", opW(tailbox), 2, "<file> <height> <width>" },
359 { "tailboxbg", opW(tailboxbg), 2, "<file> <height> <width>" },
360 { "textbox", opW(textbox), 2, "<file> <height> <width>" },
370 { "yesno", opW(yesno), 2, "<text> <height> <width>" },
382 { "calendar", opW(calendar), 2, "<text> <height> <width> <day> <month> <year>" },
383 { "dselect", opW(dselect), 2, "<directory> <height> <width>" },
384 { "editbox", opW(editbox), 2, "<file> <height> <width>" },
385 { "fselect", opW(fselect), 2, "<filepath> <height> <width>" },
386 { "timebox", opW(timebox), 2, "<text> <height> <width> <hour> <minute> <second>" },
391 { "buildlist", opW(buildlist), 2, "<text> <height> <width> <list-height> <tag1> <item1> <status1>..." },
394 { "rangebox", opW(rangebox), 2, "<text> <height> <width> <min-value> <max-value> <default-value>" },
396 { "treeview", opW(treeview), 2, "<text> <height> <width> <list-height> <tag1> <item1> <status1> <depth1>..." },
1445 int width = 0;
1463 width = numeric_arg(argv, *offset + 2);
1468 dlg_auto_size(NULL, text, &height2, &width2, height, width);
1566 "Auto-size with height and width = 0. Maximize with height and width = -1.",