15 okPressed_(this,
"ok"),
16 cancelPressed_(this,
"cancel"),
19 defaultValue_(defaultValue)
36 (
"function(){ if (confirm('" +
message_.narrow() +
"')) {" 44 (
"function(){ alert('" +
message_.narrow() +
"');" 50 (
"function(){var n = prompt('" +
message_.narrow() +
"', '" 74 return new Popup(
Confirm, message, std::string(), parent);
79 return new Popup(
Alert, message, std::string(), parent);
85 return new Popup(
Prompt, message, defaultValue, parent);