tag | line | file | source code |
button | 120 | scripts/lxdialog/checklist.c | int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; |
button | 297 | scripts/lxdialog/checklist.c | if (!button) { |
button | 298 | scripts/lxdialog/checklist.c | button = 1; /* "Help" button selected */ |
button | 301 | scripts/lxdialog/checklist.c | button = 0; /* "OK" button selected */ |
button | 310 | scripts/lxdialog/checklist.c | if (!button) { |
button | 345 | scripts/lxdialog/checklist.c | return button; |
button | 49 | scripts/lxdialog/inputbox.c | int input_x = 0, scroll = 0, key = 0, button = -1; |
button | 117 | scripts/lxdialog/inputbox.c | if (button == -1) { /* Input box selected */ |
button | 180 | scripts/lxdialog/inputbox.c | switch (button) { |
button | 182 | scripts/lxdialog/inputbox.c | button = 1; /* Indicates "Cancel" button is selected */ |
button | 186 | scripts/lxdialog/inputbox.c | button = -1; /* Indicates input box is selected */ |
button | 192 | scripts/lxdialog/inputbox.c | button = 0; /* Indicates "OK" button is selected */ |
button | 200 | scripts/lxdialog/inputbox.c | switch (button) { |
button | 202 | scripts/lxdialog/inputbox.c | button = 0; /* Indicates "OK" button is selected */ |
button | 206 | scripts/lxdialog/inputbox.c | button = 1; /* Indicates "Cancel" button is selected */ |
button | 210 | scripts/lxdialog/inputbox.c | button = -1; /* Indicates input box is selected */ |
button | 220 | scripts/lxdialog/inputbox.c | return (button == -1 ? 0 : button); |
button | 115 | scripts/lxdialog/menubox.c | int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; |
button | 287 | scripts/lxdialog/menubox.c | switch (button) { |
button | 289 | scripts/lxdialog/menubox.c | button = 1; |
button | 293 | scripts/lxdialog/menubox.c | button = 2; |
button | 297 | scripts/lxdialog/menubox.c | button = 0; |
button | 312 | scripts/lxdialog/menubox.c | button = 2; |
button | 315 | scripts/lxdialog/menubox.c | if (button == 2) |
button | 323 | scripts/lxdialog/menubox.c | return button; |
button | 45 | scripts/lxdialog/yesno.c | int i, x, y, key = 0, button = 0; |
button | 94 | scripts/lxdialog/yesno.c | if (!button) { |
button | 95 | scripts/lxdialog/yesno.c | button = 1; /* "No" button selected */ |
button | 98 | scripts/lxdialog/yesno.c | button = 0; /* "Yes" button selected */ |
button | 106 | scripts/lxdialog/yesno.c | return button; |