MCPcopy Create free account
hub / github.com/Akascape/CTkCodeBox / _set_appearance_mode

Method _set_appearance_mode

CTkCodeBox/ctk_code_box.py:50–53  ·  view source on GitHub ↗
(self, mode_string)

Source from the content-addressed store, hash-verified

48 self.master._y_scrollbar.set(x,y)
49
50 def _set_appearance_mode(self, mode_string):
51 self.colors = (self.master._apply_appearance_mode(self.text_color),
52 self.master._apply_appearance_mode(self.fg_color))
53 self.set_colors()
54
55class CTkCodeBox(customtkinter.CTkTextbox):
56 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected