Event called pressing on OK button.
(self, widget)
| 2568 | @decorate_set_on_listener("(self, emitter, value)") |
| 2569 | @decorate_event |
| 2570 | def confirm_value(self, widget): |
| 2571 | """Event called pressing on OK button.""" |
| 2572 | return (self.inputText.get_text(),) |
| 2573 | |
| 2574 | |
| 2575 | class ListView(Container): |
no test coverage detected