From: Mikko Rasa Date: Mon, 21 Aug 2023 14:34:08 +0000 (+0300) Subject: Refactor Dialog to separate the autodeletion functionality X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=b4d0a86b77fb5146f5a4f6c76690c16204210f1a;hp=b4d0a86b77fb5146f5a4f6c76690c16204210f1a;p=libs%2Fgltk.git Refactor Dialog to separate the autodeletion functionality 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. ---