Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 58535ba..401c370 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -23,8 +23,15 @@ public:
/**
* @brief show the window and set input focus
* show() sets focus on the window and all of its parents
+ * The window will emit an EventWindowShow
**/
virtual void show();
+
+ /**
+ * @brief hide the window
+ * The window will emit an EventWindowHide
+ **/
+ virtual void hide();
/// set the label of the previous window
// FIXME should be removed