Home
last modified time | relevance | path

Searched refs:create_action_label (Results 1 – 4 of 4) sorted by relevance

/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dworkdlg.py15 from thonny.ui_utils import CommonDialog, ems_to_pixels, create_action_label, set_text_if_different
83 self._current_action_label = create_action_label(
H A Dui_utils.py2235 return create_action_label(master, text or url, lambda _: webbrowser.open(url))
2238 def create_action_label(master, text, click_handler, **kw): function
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/micropython/
H A D__init__.py464 advanced_link = ui_utils.create_action_label(
470 firmware_link = ui_utils.create_action_label(
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/cpython/
H A D__init__.py424 new_venv_link = ui_utils.create_action_label(