Merge pull request #1271 from wxWidgets/fix-issue1266

Set FindText.findEnd to be an output parameter
This commit is contained in:
Robin Dunn
2019-06-19 18:26:18 -07:00
committed by GitHub

View File

@@ -87,6 +87,8 @@ def run():
c.find('PositionToXY.x').out = True
c.find('PositionToXY.y').out = True
c.find('FindText.findEnd').out = True
# Split the HitTest overloads into separately named methods since once
# the output parameters are applied they will have the same function
# signature.