diff options
author | Max Horn | 2009-06-06 23:22:48 +0000 |
---|---|---|
committer | Max Horn | 2009-06-06 23:22:48 +0000 |
commit | f906c4e80f12ebc1c46fe8c80dfa26ff0e4d64aa (patch) | |
tree | 238ea155c88fcc9f5d18c3ee94dd5ad60c6e3d2c /gui/dialog.h | |
parent | 34d097be204ca448202da34852dd4df397fcd83b (diff) | |
download | scummvm-rg350-f906c4e80f12ebc1c46fe8c80dfa26ff0e4d64aa.tar.gz scummvm-rg350-f906c4e80f12ebc1c46fe8c80dfa26ff0e4d64aa.tar.bz2 scummvm-rg350-f906c4e80f12ebc1c46fe8c80dfa26ff0e4d64aa.zip |
GUI: Tweaked the launcher so that TAB switches focus between the list and the quick search field
svn-id: r41311
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index 018677d82b..dcc7d6fe27 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -63,6 +63,8 @@ public: bool isVisible() const { return _visible; } void releaseFocus(); + void setFocusWidget(Widget *widget); + Widget *getFocusWidget() { return _focusedWidget; } virtual void reflowLayout(); |