summaryrefslogtreecommitdiff
path: root/otk/messagedialog.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/messagedialog.hh')
-rw-r--r--otk/messagedialog.hh1
1 files changed, 1 insertions, 0 deletions
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; }