diff options
| author | Max Horn | 2002-07-13 22:41:29 +0000 |
|---|---|---|
| committer | Max Horn | 2002-07-13 22:41:29 +0000 |
| commit | c3c11b79cb1fb41646265db458081eeedbd9ac1c (patch) | |
| tree | f4c9b9a080e2d231a2ddc848313ca3599b31f233 /gui/ListWidget.cpp | |
| parent | 1238d7422705e88097d21a3d0e34683262be4331 (diff) | |
| download | scummvm-rg350-c3c11b79cb1fb41646265db458081eeedbd9ac1c.tar.gz scummvm-rg350-c3c11b79cb1fb41646265db458081eeedbd9ac1c.tar.bz2 scummvm-rg350-c3c11b79cb1fb41646265db458081eeedbd9ac1c.zip | |
added latest of painelf's patches which makes NewGui handle system events directly (code becomes much cleaner and more powerful this way); he also implemented a 'focus' item in NewGui; atop of this several changes of my own that further improve the GUI behaviour
svn-id: r4541
Diffstat (limited to 'gui/ListWidget.cpp')
| -rw-r--r-- | gui/ListWidget.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index 096c8cd1d5..f435663bc5 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -27,11 +27,7 @@ /* * TODO: - * - The handleKey method of widgets is currently never called, code for that has - * to be added to dialog.cpp - * - Once the above item is done, implement scrolling using arrow keys, - * pageup/pagedown, home/end keys etc. - * - Allow user to select an entry w/ the mouse + * - Implement scrolling using arrow keys, pageup/pagedown, home/end keys etc. * - Implement editing of the selected string in a generic fashion */ |
