Example #1
0
 def create_widgets(self):
     "Create the base search dialog and add a button for Find Next."
     SearchDialogBase.create_widgets(self)
     # TODO - why is this here and not in a create_command_buttons?
     self.make_button("Find Next", self.default_command, isdef=True)
Example #2
0
 def create_widgets(self):
     SearchDialogBase.create_widgets(self)
     self.make_button("Find Next", self.default_command, 1)
Example #3
0
 def create_widgets(self):
     SearchDialogBase.create_widgets(self)
     self.make_button("Find Next", self.default_command, 1)
Example #4
0
 def create_widgets(self):
     "Create the base search dialog and add a button for Find Next."
     SearchDialogBase.create_widgets(self)
     # TODO - why is this here and not in a create_command_buttons?
     self.make_button("Find Next", self.default_command, isdef=True)