The actual Gtk2 code to load the window and run the main loop is in the body of my foo.pl ie not encapsulated in a function..All the examples I have seen show windows and what not being created in function calls in libraries so you can
the library and call the methode to build the window. Since I can't
a non-library ie my main perl program, and even if I could can't execute the body of said program which draws the interface, I can't figure out how to use any of the Gtk2::Test::Helper stuff to help me..