GTKWindow.run

Open the window and run the mainloop. This is blocking, due to the mainloop.

It should be safe to run threaded though

class GTKWindow
void
run
(
string title
,
int width = 470
,
int height = 470
)

Meta