Lines Matching full:command
117 self.browser_button = ttk.Button(self, text="Browser", command=self.browser)
177 quit = ttk.Button(padding, text='Quit', command = self.quit)
300 button = ttk.Button(padding, text='Clean', command=self.do_clean)
302 button = ttk.Button(padding, text='Build', command=self.do_build)
332 button = ttk.Button(bottom, text="Make Project", command = self.do_make_project)
372 button = ttk.Button(frame, text='Save Setting', command = self.save_setting)
391 command = ''
397 return command
416 command = 'scons'
426 ExecCmd(command)
430 command = 'scons -c'
440 ExecCmd(command)
445 command = 'scons --target=%s -s' % ide
459 ExecCmd(command)