Move AboutPosition() method up.
This commit is contained in:
@@ -23,6 +23,7 @@ class BAboutWindow : public BWindow {
|
||||
|
||||
virtual bool QuitRequested();
|
||||
|
||||
BPoint AboutPosition(float width, float height);
|
||||
void AddDescription(const char* description);
|
||||
void AddCopyright(int32 firstCopyrightYear,
|
||||
const char* copyrightHolder,
|
||||
@@ -32,8 +33,6 @@ class BAboutWindow : public BWindow {
|
||||
void AddVersionHistory(const char** history);
|
||||
void AddExtraInfo(const char* extraInfo);
|
||||
|
||||
BPoint AboutPosition(float width, float height);
|
||||
|
||||
private:
|
||||
AboutView* fAboutView;
|
||||
BHandler* fCaller;
|
||||
|
||||
Reference in New Issue
Block a user