]> git.tdb.fi Git - libs/gltk.git/commitdiff
Refactor Dialog to separate the autodeletion functionality
authorMikko Rasa <tdb@tdb.fi>
Mon, 21 Aug 2023 14:34:08 +0000 (17:34 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 21 Aug 2023 14:37:21 +0000 (17:37 +0300)
The base Dialog class now only hides itself, allowing reusable dialogs.
There's a new AutoDialog class which can be used to create autodeleting
dialogs, ensuring that they're allocated in the correct way.


No differences found