AlertWithCheckbox
AlertWithCheckbox* alert = new(std::nothrow) AlertWithCheckbox(title, message,
AlertWithCheckbox::~AlertWithCheckbox()
AlertWithCheckbox::MessageReceived(BMessage* message)
AlertWithCheckbox::Go(bool& dontAskAgain)
AlertWithCheckbox::IconSize()
AlertWithCheckbox::AlertWithCheckbox(const char* title, const char* messageText,
class AlertWithCheckbox : public BWindow {
AlertWithCheckbox(const char* title, const char* message, const char* checkBox,
~AlertWithCheckbox();