From aac98cf8bcde36ba50ab45254866afc365a7908a Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Thu, 29 Sep 2005 19:46:12 +0000 Subject: Improved a lot windows reset to default size and pos. Also corrected a few the default win position. And moved the setposition from game to each win, to clarify the code. --- src/gui/window.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/gui/window.h') diff --git a/src/gui/window.h b/src/gui/window.h index 05d9291b..a48d3851 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -179,6 +179,18 @@ class Window : public gcn::Window */ void loadWindowState(); + /** + * Set the default win pos and size. + * (which can be different of the actual ones.) + */ + void setDefaultSize(int defaultX, int defaultY, + int defaultWidth, int defaultHeight); + + /** + * Reset the win pos and size to default. + * Don't forget to set defaults first. + */ + void resetToDefaultSize(); protected: gcn::Container *chrome; /**< Contained container */ @@ -195,6 +207,8 @@ class Window : public gcn::Window int minWinHeight; /**< Minimum window height */ int maxWinWidth; /**< Maximum window width */ int maxWinHeight; /**< Maximum window height */ + int defaultX, defaultY; /**< Default Win Pos and size */ + int defaultWidth, defaultHeight; /** The window container windows add themselves to. */ static WindowContainer* windowContainer; -- cgit v1.2.3-70-g09d2