The Hello World example at http://www.dsource.org/projects/gtkd/wiki/CodeExamples is for the old style of working with Gtk: Main.init…Main.run. New style is to use Application and ApplicationWindow. Are there any examples of use that are known to work?

(I am having difficulty extrapolating from the source any sane code that compiles…)