From 1e0df536c2fae85c317ce9c3cc17603d5f98c911 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 15 Oct 2008 20:33:15 +0000 Subject: moved client console into a Widget --- src/ui/window.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ui/window.h') diff --git a/src/ui/window.h b/src/ui/window.h index 2c0e2a5..412d1f1 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -12,6 +12,7 @@ namespace ui { +/// a user interface window class Window : public Widget { @@ -27,7 +28,9 @@ public: /// clear the label of the previous window void clear_previous(); - /// showing a window sets focus + /// show the window + /**show() sets focus on the window and all of its parents + */ virtual void show(); inline const std::string &previous() const { -- cgit v1.2.3