diff options
Diffstat (limited to 'Widgets/Window.h')
-rw-r--r-- | Widgets/Window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Widgets/Window.h b/Widgets/Window.h index ceb7bd3433..cf9d1006b8 100644 --- a/Widgets/Window.h +++ b/Widgets/Window.h @@ -44,6 +44,8 @@ public: const Widget* focusedWidget() const { return m_focusedWidget.ptr(); } void setFocusedWidget(Widget*); + void close(); + private: String m_title; Rect m_rect; |