Lines Matching full:button
171 {"default-button", required_argument, NULL, DEFAULT_BUTTON},
178 {"extra-button", no_argument, NULL, EXTRA_BUTTON},
181 {"help-button", no_argument, NULL, HELP_BUTTON},
198 {"left1-button", required_argument, NULL, LEFT1_BUTTON},
200 {"left2-button", required_argument, NULL, LEFT2_BUTTON},
202 {"left3-button", required_argument, NULL, LEFT3_BUTTON},
226 {"right1-button", required_argument, NULL, RIGHT1_BUTTON},
228 {"right2-button", required_argument, NULL, RIGHT2_BUTTON},
230 {"right3-button", required_argument, NULL, RIGHT3_BUTTON},
290 " --date-format <format>,\n --default-button <label>,"
293 " --exit-label <label>,\n --extra-button,"
295 " --left1-button <label>, --left1-exit-code <retval>,"
296 " --left2-button <label>,\n --left2-exit-code <retval>,"
297 " --left3-button <label>, --left3-exit-code <retval>,\n"
298 " --help-button, --help-exit-code <retval>, --help-label <label>,\n"
307 " --right1-button <label>,\n --right1-exit-code <retval>,"
308 " --right2-button <label>,\n --right2-exit-code <retval>,"
309 " --right3-button <label>,\n --right3-exit-code <retval>,"
363 conf->button.always_active = true;
419 conf->button.cancel_label = optarg;
450 conf->button.default_label = optarg;
456 conf->button.default_cancel = true;
470 conf->button.ok_label = optarg;
473 conf->button.with_extra = true;
480 conf->button.extra_label = optarg;
483 conf->button.with_help = true;
492 conf->button.help_label = optarg;
526 conf->button.left1_label = optarg;
533 conf->button.left2_label = optarg;
540 conf->button.left3_label = optarg;
553 conf->button.without_cancel = true;
565 conf->button.without_ok = true;
578 conf->button.ok_label = optarg;
605 conf->button.right1_label = optarg;
612 conf->button.right2_label = optarg;
619 conf->button.right3_label = optarg;
648 conf->button.always_active = false;