Popup::AnyQuestion — Generic question popup with two buttons.
Import Popup;
boolean
Popup::AnyQuestion
( | string | headline , |
string | message , | |
string | yes_button_message , | |
string | no_button_message , | |
symbol | focus
) ; |
headline or Popup::NoHeadline()
message string
label on affirmative buttons (on left side)
label on negating button (on right side)
`focus_yes (first button) or `focus_no (second button)
Style guide hint: The first button has to have the semantics of "yes", "OK", "continue" etc., the second its opposite ("no", "cancel", ...). NEVER use this generic question popup to simply exchange the order of yes/no, continue/cancel or ok/cancel buttons!