diff options
Diffstat (limited to 'otk/messagedialog.cc')
| -rw-r--r-- | otk/messagedialog.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/otk/messagedialog.cc b/otk/messagedialog.cc index 21618981..c11a181e 100644 --- a/otk/messagedialog.cc +++ b/otk/messagedialog.cc @@ -112,6 +112,12 @@ const DialogButton& MessageDialog::run() return *_result; } +void MessageDialog::focus() +{ + if (visible()) + XSetInputFocus(**display, window(), None, CurrentTime); +} + void MessageDialog::show() { std::vector<DialogButton>::const_iterator it, end = _buttons.end(); |
