The main window of the applet. It controls the whole GUI.
| Operations Summary: | |
| __init__(self) [Source] | |
| open_project(self) Opens a project [Source] | |
| do_open_project(self, filename) Opens a project for the given filename [Source] | |
| open_file(self) A file selection dialog is opened to prompt the user for a filename. [Source] | |
| do_open_file(self, filename) Opens a file in a new project. [Source] | |
| new_project(self) [Source] | |
| execute_project(self) [Source] | |
| add_window(self, window) [Source] | |
| remove_window(self, window) [Source] | |