The application is now a singleton. Added button to choose numer of

plots.
This commit is contained in:
2006-10-16 19:57:40 +00:00
parent ebdf6d4aba
commit eefbc438bc
4 changed files with 132 additions and 9 deletions

View File

@@ -63,6 +63,7 @@ if __name__ == '__main__':
gnome.program_init(PROGRAM_NAME, VERSION)
app = fluents.FluentApp(parameters['workflow'])
fluents.app = app
app.set_project(project.Project())
app.show()
gtk.main()