mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Mark wx.Menu.Insert.submenu with the transfer annotation
This commit is contained in:
@@ -54,6 +54,7 @@ def run():
|
||||
addTransferAnnotations(c, 'menuItem')
|
||||
addTransferAnnotations(c, 'subMenu')
|
||||
c.find('AppendSubMenu.submenu').transfer = True
|
||||
c.find('Insert.submenu').transfer = True
|
||||
|
||||
# We only need one of these overloads, the non-const/const is not enough
|
||||
# to distinguish a unique Python signature.
|
||||
|
||||
Reference in New Issue
Block a user