(self, button)
| 1287 | dialog.destroy() |
| 1288 | |
| 1289 | def _on_add_custom_option(self, button): |
| 1290 | self._add_custom_option_row() |
| 1291 | |
| 1292 | def _on_remove_custom_option(self, button, action_row): |
| 1293 | """Handle remove custom option button click.""" |
nothing calls this directly
no test coverage detected