Skip to content

Commit 03da4db

Browse files
committed
doc updates
1 parent 2e3c006 commit 03da4db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/menu.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ example to adding a menu and command.
2525
foo_menu.add_command('Bar', my_test_func, 'Shift+t')
2626
2727
28+
Default Setup
29+
=============
30+
31+
The ``NodeGraphQt`` module has a built in ``setup_context_menu`` function that'll populate the node graphs
32+
context menu some default menus and commands.
33+
34+
----
35+
36+
.. autofunction:: NodeGraphQt.setup_context_menu
37+
2838

2939
ContextMenu
3040
===========

0 commit comments

Comments
 (0)