Skip to content

Commit 408b688

Browse files
author
Roberto De Ioris
authored
Update Slate_API.md
1 parent bec3711 commit 408b688

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Slate_API.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,13 @@ window = SWindow(client_size=(512, 256), title='Mannequin Properties', sizing_ru
816816

817817
![SDetailView](https://github.com/20tab/UnrealEnginePython/raw/master/docs/screenshots/slate_SDetailView.png)
818818

819+
## Extenders
820+
821+
Extenders allows you to 'extend' menus or toolbar with new entries or buttons.
822+
823+
Check this example: https://github.com/20tab/UnrealEnginePython/blob/master/examples/extenders_example.py
824+
825+
It shows even how to register new style sets.
819826

820827
## SPythonListView
821828

0 commit comments

Comments
 (0)