Popup::AnyQuestion3 — Generic question popup with three buttons.
Import Popup;
symbol
Popup::AnyQuestion3
( | string | headline , |
string | message , | |
string | yes_button_message , | |
string | no_button_message , | |
string | retry_button_message , | |
symbol | focus
) ; |
headline or Popup::NoHeadline()
message string
label on affirmative button (on left side)
label on negating button (middle)
label on retry button (on right side)
`focus_yes (first button), `focus_no (second button) or `focus_retry (third button)
- `yes: first button has been clicked - `no: second button has been clicked - `retry: third button has been clicked