summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-22 22:56:46 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-22 22:56:46 +0000
commitc9f618b5c50f759cf172d8e37063ef56e05812cf (patch)
treeec9730e9c09025873b09e0582349d0c2816d01f4 /src/gui/window.h
parentaa870fe2d34c1cc93a4cc2b6c9a09ed136176b0d (diff)
downloadMana-c9f618b5c50f759cf172d8e37063ef56e05812cf.tar.gz
Mana-c9f618b5c50f759cf172d8e37063ef56e05812cf.tar.bz2
Mana-c9f618b5c50f759cf172d8e37063ef56e05812cf.tar.xz
Mana-c9f618b5c50f759cf172d8e37063ef56e05812cf.zip
Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 583601ab..8e3fdef9 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -102,6 +102,11 @@ class Window : public gcn::Window
void setContentSize(int width, int height);
/**
+ * Sets the size of this window.
+ */
+ void setSize(int width, int height);
+
+ /**
* Sets the width of this window.
*/
void setWidth(int width);
@@ -310,7 +315,6 @@ class Window : public gcn::Window
std::string mWindowName; /**< Name of the window */
bool mShowTitle; /**< Window has a title bar */
bool mModal; /**< Window is modal */
- bool mResizable; /**< Window can be resized */
bool mCloseButton; /**< Window has a close button */
bool mSticky; /**< Window resists minimization */
int mMinWinWidth; /**< Minimum window width */