Merge pull request #67677 from rsubtil/doc_popupmenu

Document PopupMenu "id_pressed" behavior
This commit is contained in:
Max Hilbrunner 2022-10-23 15:00:06 +02:00 committed by GitHub
commit 09f4ec7988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -533,6 +533,8 @@
<param index="0" name="id" type="int" />
<description>
Emitted when an item of some [param id] is pressed or its accelerator is activated.
[b]Note:[/b] If [param id] is negative (either explicitly or due to overflow), this will return the correponding index instead.
</description>
</signal>
<signal name="index_pressed">