diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-08 11:50:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-08 11:50:11 -0400 |
| commit | 10f55564d0770ca5d5803026f6c3190c3b2fdd69 (patch) | |
| tree | e65e36b44588e2e548fa7bda90f46776781851da /todo.md | |
| parent | 54966a38238b0c72412fee2778a1a62a3c84df9c (diff) | |
Fixed modality issues on the GTK+ MsgBox() changes. The system introduced here has the advantage of scaling out to all other types of dialogs.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ UNIX: - figure out why Page Up/Page Down does tab stops ALL PLATFORMS: +- explain that if a local and global dialog are both opened at once, whetehr or not the local dialog is modal is system-defined (but the window it is local to will still be properly disabled once dismissed) + - will require moving dialog behavior to the package overview - make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do) - make all widths and heights parameters in constructors in the same place (or drop the ones in Window entirely?) - Message boxes that belong to agiven parent are still application-modal on all platforms except Mac OS X because the whole system waits... we'll need to use a channel for this, I guess :S |
