tag | line | file | source code |
okval | 99 | scripts/lxdialog/checklist.c | print_buttons( WINDOW *dialog, int height, int width, int okval, int cancelval) |
okval | 104 | scripts/lxdialog/checklist.c | print_button (dialog, "Select", y, x, okval); |
okval | 30 | scripts/lxdialog/inputbox.c | print_buttons(WINDOW *dialog, int height, int width, int okval, int cancelval) |
okval | 35 | scripts/lxdialog/inputbox.c | print_button (dialog, " Ok ", y, x, okval); |
okval | 93 | scripts/lxdialog/menubox.c | int okval, int exitval, int cancelval) |
okval | 98 | scripts/lxdialog/menubox.c | print_button (win, "Select", y, x, okval); |
okval | 28 | scripts/lxdialog/yesno.c | print_buttons(WINDOW *dialog, int height, int width, int okval, int cancelval) |
okval | 33 | scripts/lxdialog/yesno.c | print_button (dialog, " Yes ", y, x, okval); |