Dialogs are currently quite hacky, with special support implemented in the UserInterface class for their lifecycles. It would be nicer to have methods that create new Motor resources that represent dialog lifecycles, such that they can be handled with the type safety benefits of Motor. Also, I think it would decomplect the GtkInterface module somewhat.
Dialogs are currently quite hacky, with special support implemented in the
UserInterface
class for their lifecycles. It would be nicer to have methods that create new Motor resources that represent dialog lifecycles, such that they can be handled with the type safety benefits of Motor. Also, I think it would decomplect the GtkInterface module somewhat.