tag | line | file | source code |
---|---|---|---|
subwin | 175 | scripts/lxdialog/checklist.c | list = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1); |
subwin | 153 | scripts/lxdialog/menubox.c | menu = subwin (dialog, menu_height, menu_width, |
subwin | 92 | scripts/lxdialog/textbox.c | text = subwin (dialog, height - 4, width - 2, y + 1, x + 1); |