We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2f79e commit acb170dCopy full SHA for acb170d
docs/examples/ex_menu.rst
@@ -3,13 +3,12 @@ Menu Examples
3
4
Examples for customizing context menus in NodeGraphQt.
5
6
-Default Menu Setup
7
-******************
+Default Context Menu
+********************
8
9
-The NodeGraphQt module has a convenience function for setting up the node graph
10
-with a few essential menu commands.
11
-
12
-`See function:` :func:`NodeGraphQt.setup_context_menu`
+The ``NodeGraphQt.NodeGraph`` has a default context menu with a few essential
+menu commands built when initialized it can be accessed with the
+:meth:`NodeGraph.context_menu` function.
13
14
.. image:: ../_images/menu_hotkeys.png
15
:width: 300px
0 commit comments