Exemplo n.º 1
0
 def DoColDlg(self,event):
     # Open color dialog window
     import changeColorDialog as ccd
     dlg = ccd.changeColorDialog(self, self.colorList, self.hD)
     dlg.ShowModal()
Exemplo n.º 2
0
 def doColDlg(self, event):
     import changeColorDialog
     dlg = changeColorDialog.changeColorDialog(self, self.colorList,
                                               self.hD)
     dlg.ShowModal()
Exemplo n.º 3
0
 def doColDlg(self,event):
     import changeColorDialog
     dlg = changeColorDialog.changeColorDialog(self,self.colorList, self.hD)
     dlg.ShowModal()        
Exemplo n.º 4
0
 def DoColDlg(self, event):
     # Open color dialog window
     import changeColorDialog as ccd
     dlg = ccd.changeColorDialog(self, self.colorList, self.hD)
     dlg.ShowModal()