示例#1
0
    def destroyer2(self, arg):

            d = Input()
            self.window1.hide()
            d.UI()
            c = Cmd()
            c.timeline()
            c.sort()
示例#2
0
 def destroy_file_select(self, arg):
     try:
         #self.window.hide()
         c = Cmd()
         c.timeline()
         c.sort()
         scr = Screen()
         scr.UI()
     except:
         print "Major issue"
示例#3
0
    def destroyer(self, arg):
        try:

            self.window1.hide()

            c = Cmd()
            c.timeline()
            c.sort()
            scr = Screen()
            scr.UI(arg, 0)
        except:
            easygui.msgbox("Some fields missing or incorrect button pressed", title="Warning")
示例#4
0
 def close(a, b):
     gtk.main_quit()
     c = Cmd()
     c.timeline()
     c.sort()
示例#5
0
 def run_l2t(arg):
     c = Cmd()
     c.timeline()
     c.sort()