From b13c86c707b1211c03d39a59d11842c8676f94a4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 28 Apr 2014 21:02:13 -0400 Subject: [PATCH] More future plans. --- futureplans.md | 1 + 1 file changed, 1 insertion(+) diff --git a/futureplans.md b/futureplans.md index a18199c..acc3f55 100644 --- a/futureplans.md +++ b/futureplans.md @@ -37,6 +37,7 @@ issues of policy: - LineEdit heights on Windows seem too big; either that or LineEdit, Button, and Label text is not vertically centered properly - are Checkboxes and Comboboxes too small? - consolidate scroll view code in GTK+? it's not a lot, but it's rather divergent... +- I wonder if I should be reporting if keyboard events ar ehandled or not (force them to be marked as not handled so Windows can work properly or something else??? need to see how Mac OS X does it (calling `super`?)) problem points: - because the main event loop is not called if initialization fails, it is presently impossible for MsgBoxError() to work if UI initialization fails; this basically means we cannot allow initializiation to fail on Mac OS X if we want to be able to report UI init failures to the user with one (which would be desirable, maybe (would violate Windows HIG?))