From c71738f3f47535492eadcf0e463282b681d2271f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 12:23:35 +0000 Subject: let you .focus() a messagedialog --- otk/messagedialog.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'otk/messagedialog.hh') diff --git a/otk/messagedialog.hh b/otk/messagedialog.hh index d68c1726..cc8adc70 100644 --- a/otk/messagedialog.hh +++ b/otk/messagedialog.hh @@ -40,6 +40,7 @@ public: virtual void show(); virtual void hide(); + virtual void focus(); virtual const DialogButton& result() const { return *_result; } virtual void setResult(const DialogButton &result) { _result = &result; } -- cgit v1.2.3