diff options
Diffstat (limited to 'source/windowing/StarPaneManager.hpp')
-rw-r--r-- | source/windowing/StarPaneManager.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/windowing/StarPaneManager.hpp b/source/windowing/StarPaneManager.hpp index 8adf772..e69f699 100644 --- a/source/windowing/StarPaneManager.hpp +++ b/source/windowing/StarPaneManager.hpp @@ -63,6 +63,8 @@ public: void setBackgroundWidget(WidgetPtr bg); + void dismissWhere(function<bool(PanePtr const&)> func); + // Returns the pane that has captured the keyboard, if any. PanePtr keyboardCapturedPane() const; // Returns true if the current pane that has captured the keyboard is |