Home | History | Annotate | Download | only in command

Lines Matching refs:active

43     def back(self, title, next, name = "Back", active = 1):

48 if active:
54 def cancel(self, title, next, name = "Cancel", active = 1):
59 if active:
65 def next(self, title, next, name = "Next", active = 1):
70 if active:
464 fatal.back("< Back", "Finish", active = 0)
465 fatal.cancel("Cancel", "Back", active = 0)
476 user_exit.back("< Back", "Finish", active = 0)
477 user_exit.cancel("Cancel", "Back", active = 0)
489 exit_dialog.back("< Back", "Finish", active = 0)
490 exit_dialog.cancel("Cancel", "Back", active = 0)
568 prep.back("Back", None, active=0)
569 prep.next("Next", None, active=0)
583 seldlg.back("< Back", None, active=0)
656 whichusers.back("Back", None, active=0)
686 progress.back("< Back", "Next", active=False)
687 progress.next("Next >", "Cancel", active=False)
703 maint.back("< Back", None, active=False)