SimpleGladeApp.py Module that provides an object oriented abstraction to pygtk and libglade. Copyright (C) 2004 Sandino Flores Moreno Copyright (C) 2009 Stephan Peijnik
This method is called by the default implementation of run() after a program is finished by pressing Control-C.
Starts the main loop of processing events checking for Control-C.
The default implementation checks wheter a Control-C is pressed, then calls on_keyboard_interrupt().
Use this method for starting programs.