Store the currently focused control.
(self, control)
| 1186 | return card |
| 1187 | |
| 1188 | def set_focused_control(self, control): |
| 1189 | """Store the currently focused control.""" |
| 1190 | self.focused_control = control |
| 1191 | |
| 1192 | def create_setting_row(self, label, control): |
| 1193 | """Helper method to create a row for each setting.""" |