Updated GUI issues.

svn-id: r18193
This commit is contained in:
Torbjörn Andersson 2005-05-20 15:07:06 +00:00
parent 801db4a515
commit 0a2e243e81

4
TODO
View File

@ -199,12 +199,8 @@ GUI
- EditGameDialog
- OptionsDialog
- GlobalOptionsDialog
- Scumm::ConfigDialog
- Scumm::ValueDisplayDialog
- ...
Also, some widgets need to be updated (adding a 'big' variant):
- EditTextWidget
- ...
* EditableWidget: Make it possible to specify a min/max length for the text
* EditableWidget: Let setEditString filter the string it gets
* EditableWidget: Right now, custom filtering requires the user to subclass;