PromptWindow
class PromptWindow : public BWindow
PromptWindow(const char* title,
~PromptWindow();
PromptWindow* promptWindow = new(std::nothrow) PromptWindow(
PromptWindow* promptWindow = new(std::nothrow) PromptWindow(
PromptWindow* prompt = new PromptWindow(B_TRANSLATE("Rename bookmark"),
PromptWindow::PromptWindow(const char* title, const char* label,
PromptWindow::~PromptWindow()
PromptWindow::MessageReceived(BMessage* message)
PromptWindow::SetTarget(BMessenger messenger)
PromptWindow::SetMessage(BMessage* message)