Get the content frame to add widgets to.
(self)
| 135 | self._update_header_text() |
| 136 | |
| 137 | def get_content_frame(self) -> ctk.CTkFrame: |
| 138 | """Get the content frame to add widgets to.""" |
| 139 | return self._content_frame |
| 140 | |
| 141 | |
| 142 | class CTkSettingRow(ctk.CTkFrame): |
no outgoing calls
no test coverage detected