15 okPressed_(this,
"ok"),
16 cancelPressed_(this,
"cancel"),
19 defaultValue_(defaultValue)
74 return new Popup(
Confirm, message, std::string(), parent);
79 return new Popup(
Alert, message, std::string(), parent);
83 const std::string defaultValue,
WObject *parent)
85 return new Popup(
Prompt, message, defaultValue, parent);