Handle event for selecting additional help.
(self, event)
| 2138 | self.button_helplist_remove.pack(side=TOP, anchor=W, pady=5) |
| 2139 | |
| 2140 | def help_source_selected(self, event): |
| 2141 | "Handle event for selecting additional help." |
| 2142 | self.set_add_delete_state() |
| 2143 | |
| 2144 | def set_add_delete_state(self): |
| 2145 | "Toggle the state for the help list buttons based on list entries." |
nothing calls this directly
no test coverage detected