]> git.tdb.fi Git - libs/gltk.git/commit
Improve Dialog staleness checks
authorMikko Rasa <tdb@tdb.fi>
Wed, 25 Sep 2019 18:44:04 +0000 (21:44 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 25 Sep 2019 18:46:34 +0000 (21:46 +0300)
commitbea19bdc0d51a2ebacb007b9503e851258fd148f
tree60efd97f846ad9be723abc68e66a489580962bbd
parent5f73de83d46138faa2b4c1b0a725d0a705988388
Improve Dialog staleness checks

Buttons may be activated by a navigation event.  There's now a protected
function that derived classes can call if they implement custom mechanisms
for producing a response.
source/dialog.cpp
source/dialog.h