mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
just add some extra info in a comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,7 +114,7 @@ def run():
|
||||
m = c.find('DrawLabel').findOverload('rectBounding')
|
||||
m.type = 'wxRect*'
|
||||
m.find('rectBounding').ignore()
|
||||
m.factory = True # a new instance is being created
|
||||
m.factory = True # a new instance of wxRect is being created
|
||||
m.setCppCode("""\
|
||||
wxRect rv;
|
||||
self->DrawLabel(*text, *bitmap, *rect, alignment, indexAccel, &rv);
|
||||
@@ -122,6 +122,7 @@ def run():
|
||||
""")
|
||||
c.addPyCode('DC.DrawImageLabel = wx.deprecated(DC.DrawLabel, "Use DrawLabel instead.")')
|
||||
|
||||
|
||||
# Return the array instead of using an output parameter
|
||||
m = c.find('GetPartialTextExtents')
|
||||
m.type = 'wxArrayInt*'
|
||||
|
||||
Reference in New Issue
Block a user