| | |
Methods defined here:
- __init__(self, root, engine)
- close(self, event=None)
- create_command_buttons(self)
- create_entries(self)
- default_command(self, event=None)
- do_find(self, ok=0)
- do_replace(self)
- find_it(self, event=None)
- open(self, text)
- replace_all(self, event=None)
- replace_it(self, event=None)
- show_hit(self, first, last)
Data and other attributes defined here:
- icon = 'Replace'
- title = 'Replace Dialog'
Methods inherited from idlelib.SearchDialogBase.SearchDialogBase:
- create_option_buttons(self)
- create_other_buttons(self)
- create_widgets(self)
- make_button(self, label, command, isdef=0)
- make_entry(self, label, var)
- make_frame(self, labeltext=None)
Data and other attributes inherited from idlelib.SearchDialogBase.SearchDialogBase:
- needwrapbutton = 1
|