MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / get_content_frame

Method get_content_frame

gui/widgets.py:137–139  ·  view source on GitHub ↗

Get the content frame to add widgets to.

(self)

Source from the content-addressed store, hash-verified

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
142class CTkSettingRow(ctk.CTkFrame):

Callers 2

_build_settings_uiMethod · 0.95
_bind_scroll_eventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected