AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

Run GTK main loop in separate thread #153

Closed AshleyYakeley closed 2 years ago

AshleyYakeley commented 2 years ago

Not sure if this will work, but gtk <- GTK.run would run GTK in a new thread, which would run until all windows closed in the current life cycle.

AshleyYakeley commented 2 years ago

This won't work, because windows will all close at the end of the lifecycle before GTK closes.