summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-08-16 18:44:55 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-08-16 18:44:55 +0000
commit9e11a93d3b7281c4927357ce8be4a2f3dd7c88e0 (patch)
tree7f466690b65f61ab6ec884b1582afc2dbcb43bf1 /src/gui/window.h
parent2fec3c49297048f109c47ba5a90c10ea0a2b01aa (diff)
downloadmana-client-9e11a93d3b7281c4927357ce8be4a2f3dd7c88e0.tar.gz
mana-client-9e11a93d3b7281c4927357ce8be4a2f3dd7c88e0.tar.bz2
mana-client-9e11a93d3b7281c4927357ce8be4a2f3dd7c88e0.tar.xz
mana-client-9e11a93d3b7281c4927357ce8be4a2f3dd7c88e0.zip
Some other fixes and an attempt to use MouseOut().
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index be9c9ea1..1bdac52c 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -110,7 +110,7 @@ class Window : public gcn::Window, public ConfigListener
/**
* Returns whether the window can be resized.
*/
- bool getResizable();
+ bool isResizable();
/**
* Sets the minimum width of the window.
@@ -146,12 +146,13 @@ class Window : public gcn::Window, public ConfigListener
void scheduleDelete();
/**
- * Window dragging and resizing. These methods also makes sure the
+ * Window dragging and resizing mouse related. These methods also makes sure the
* window is not dragged/resized outside of the screen.
*/
void mousePress(int x, int y, int button);
void mouseMotion(int mx, int my);
void mouseRelease(int x, int y, int button);
+ void mouseOut();
/**
* Called when an config option changes.