MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / _setup_ui

Method _setup_ui

src/ui/editor/node_editor_window.py:83–87  ·  view source on GitHub ↗

Setup the user interface elements.

(self)

Source from the content-addressed store, hash-verified

81 self._ensure_default_environment()
82
83 def _setup_ui(self):
84 """Setup the user interface elements."""
85 self._create_actions()
86 self._create_menus()
87 self._create_toolbar()
88
89 def _setup_managers(self):
90 """Initialize the manager components."""

Callers 1

__init__Method · 0.95

Calls 3

_create_actionsMethod · 0.95
_create_menusMethod · 0.95
_create_toolbarMethod · 0.95

Tested by

no test coverage detected