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

Method set_title

gui/widgets.py:132–135  ·  view source on GitHub ↗

Update the title text.

(self, title: str)

Source from the content-addressed store, hash-verified

130 return self._expanded
131
132 def set_title(self, title: str) -> None:
133 """Update the title text."""
134 self._title = title
135 self._update_header_text()
136
137 def get_content_frame(self) -> ctk.CTkFrame:
138 """Get the content frame to add widgets to."""

Callers 2

_try_appindicatorMethod · 0.80
_try_appindicatorMethod · 0.80

Calls 1

_update_header_textMethod · 0.95

Tested by

no test coverage detected