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

Method set_scrollbar

CTkCodeBox/ctk_code_box.py:46–48  ·  view source on GitHub ↗
(self, x,y)

Source from the content-addressed store, hash-verified

44 self.master.bind("<Key>", lambda e: self.after(10, self.redraw), add=True)
45
46 def set_scrollbar(self, x,y):
47 self.redraw(x,y)
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),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected