Set whether the widget is active.
(self, active)
| 67 | _active = True |
| 68 | |
| 69 | def set_active(self, active): |
| 70 | """Set whether the widget is active. |
| 71 | """ |
| 72 | self._active = active |
| 73 | |
| 74 | def get_active(self): |
| 75 | """Get whether the widget is active. |
no outgoing calls
no test coverage detected