Box class

Box class

Box is a class used for showing an information- or confirmation box to the user.

[edit]Example

if (Box::yesNo("Is it safe to delete this?", DialogButton::No, "Delete inventory") == DialogButton::Yes)
{
   // Do delete code
}
posted @ 2012-02-15 17:39  perock  阅读(295)  评论(0编辑  收藏  举报