From f741c14337dd0850a7201f5aa2185e40a625353a Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 21 Feb 2005 00:03:11 +0000 Subject: Updates to change log, file lists, lots of doxygen comments and small changes. --- src/gui/window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/window.h') 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); -- cgit v1.2.3-70-g09d2