WIP: Create the about dialog once, hide and show, Quit() when object is destroyed.

This commit is contained in:
John Scipione
2012-11-12 23:57:25 -05:00
parent 0046f44436
commit 5b0cd98792
11 changed files with 196 additions and 165 deletions
+3
View File
@@ -24,6 +24,8 @@ class BAboutWindow : public BWindow {
const char* signature);
virtual ~BAboutWindow();
virtual bool QuitRequested();
void AddDescription(const char* description);
void AddCopyright(int32 firstCopyrightYear,
const char* copyrightHolder,
@@ -40,6 +42,7 @@ class BAboutWindow : public BWindow {
private:
AboutView* fAboutView;
BHandler* fCaller;
};
#endif // B_ABOUT_WINDOW_H