コード例 #1
0
ファイル: p6ds9.py プロジェクト: nlchap0/nlctools
 def __init__(self,master,window,lab='in:',name = '???',width=20):
    self.window = window
    inputFile.__init__(self,master,lab,name)
コード例 #2
0
ファイル: p6ds9.py プロジェクト: nlchap0/nlctools
 def __init__(self,master,lab,name):
    inputFile.__init__(self,master,lab,name)
    self.a=[("FITS files","?*.fits"),("All files","*")]
    self.dir.set(_fitscwd)