MCPcopy Create free account
hub / github.com/Bleemsys/Artisan-Core / create_tooltip

Method create_tooltip

AGUI/JSONtreeview.py:69–72  ·  view source on GitHub ↗
(self, widget, text)

Source from the content-addressed store, hash-verified

67 self.create_tooltip(clear_button, "Clear all")
68
69 def create_tooltip(self, widget, text):
70 tooltip = ToolTip(widget, text)
71 widget.bind("<Enter>", lambda _: tooltip.show_tip())
72 widget.bind("<Leave>", lambda _: tooltip.hide_tip())
73
74 def insert_json(self, parent, json_dict):
75 for key, value in json_dict.items():

Callers 2

setup_uiMethod · 0.95

Calls 3

show_tipMethod · 0.95
hide_tipMethod · 0.95
ToolTipClass · 0.90

Tested by

no test coverage detected