From edd539420796233d3f69e1cceaa0f491ffdb5c6a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 3 Feb 2003 08:47:57 +0000 Subject: add function to focus modal children --- src/client.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client.hh') diff --git a/src/client.hh b/src/client.hh index e66712c4..d3e3a9b0 100644 --- a/src/client.hh +++ b/src/client.hh @@ -472,6 +472,12 @@ private: void internal_resize(Corner anchor, int w, int h, bool user = true, int x = INT_MIN, int y = INT_MIN); + //! Attempts to focus a modal child of this window, recursively. + /*! + @return true if a modal child has been found and focused; otherwise, false. + */ + bool focusModalChild(); + public: #ifndef SWIG //! Constructs a new Client object around a specified window id -- cgit v1.2.3