summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-21 00:03:11 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-21 00:03:11 +0000
commitf741c14337dd0850a7201f5aa2185e40a625353a (patch)
treedd1dd0cf95b6117e4a8aea96317f6301eaa078ed /src/gui/window.h
parentf7214b33bf5cbb85df57e8d0035af7a25826e985 (diff)
downloadmana-client-f741c14337dd0850a7201f5aa2185e40a625353a.tar.gz
mana-client-f741c14337dd0850a7201f5aa2185e40a625353a.tar.bz2
mana-client-f741c14337dd0850a7201f5aa2185e40a625353a.tar.xz
mana-client-f741c14337dd0850a7201f5aa2185e40a625353a.zip
Updates to change log, file lists, lots of doxygen comments and small changes.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 25403851..c78de2f4 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -67,6 +67,9 @@ class Window : public gcn::Container, public gcn::MouseListener
*
* @param text The initial window title, "Window" by default.
* @param modal Block input to other windows.
+ * @param parent The parent window. This is the window standing above
+ * this one in the window hiearchy. When reordering,
+ * a window will never go below its parent window.
*/
Window(const std::string& text = "Window", bool modal = false,
Window *parent = NULL);