From c0e839b64d00f5f4806e9c8092e3f41a63bd98c4 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 16 Feb 2003 16:43:00 +0000 Subject: added raiseAndFocus --- src/Window.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Window.hh b/src/Window.hh index 3a19c56..4eec867 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.hh,v 1.46 2003/02/16 15:12:08 rathnor Exp $ +// $Id: Window.hh,v 1.47 2003/02/16 16:43:00 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH @@ -108,6 +108,7 @@ public: bool validateClient(); bool setInputFocus(); + void raiseAndFocus() { raise(); setInputFocus(); } void setTab(bool flag); void setFocusFlag(bool flag); void iconify(); -- cgit v0.11.2