Box is a class used for showing an information- or confirmation box to the user.
if (Box::yesNo("Is it safe to delete this?", DialogButton::No, "Delete inventory") == DialogButton::Yes) { // Do delete code }