ruby / tk

Tk interface module using tcltklib
Other
117 stars 22 forks source link

Make thread_tk.rb check whether tk already set to run on main thread #53

Closed jeremyevans closed 10 months ago

jeremyevans commented 10 months ago

This makes loading thread_tk error if tk has already been loaded, unless it was already loaded and has already been set not to run the event loop on the main thread.