From: Mikko Rasa Date: Fri, 2 Sep 2016 22:08:37 +0000 (+0300) Subject: Only pass key and navigation events to enabled widgets X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=7a479bd688449ec150196f033855af7713fddc0e;hp=7a479bd688449ec150196f033855af7713fddc0e;p=libs%2Fgltk.git Only pass key and navigation events to enabled widgets It would be even better to not allow them to be focused in the first place, but that raises issues such as where to put the focus if the focused widget gets disabled. So this will have to do. ---