PasswordAlert
PasswordAlert* alert =
new PasswordAlert("passwordAlert", string);
PasswordAlert* alert = new PasswordAlert("passwordAlert",
PasswordAlert::Go(BString& password)
PasswordAlert::MessageReceived(BMessage* msg)
PasswordAlert::PasswordAlert(const char* title, const char* text)
PasswordAlert::~PasswordAlert()
PasswordAlert::InitIcon()
class PasswordAlert : public BWindow {
PasswordAlert(const char* title,
virtual ~PasswordAlert();