NewProjectDialog
index
/home/mike/src/jokosher/trunk/Jokosher/NewProjectDialog.py

#       THIS FILE IS PART OF THE JOKOSHER PROJECT AND LICENSED UNDER THE GPL. SEE
#       THE 'COPYING' FILE FOR DETAILS
#
#       NewDialog.py
#       
#       This module shows the New Project which is used to create a new Jokosher
#       project.
#
#-------------------------------------------------------------------------------

 
Modules
       
AddInstrumentDialog
Globals
Project
gettext
gobject
gtk
os
pwd

 
Classes
       
NewProjectDialog

 
class NewProjectDialog
     Methods defined here:
OnCancel(self, button)
Cancel button is pressed.
OnOK(self, button)
OK button has been pressed.
__init__(self, parent)