mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Add missing wx.MemoryDC.GetSelectedBitmap
This commit is contained in:
@@ -35,6 +35,9 @@ def run():
|
|||||||
c.addPrivateCopyCtor()
|
c.addPrivateCopyCtor()
|
||||||
c.mustHaveApp()
|
c.mustHaveApp()
|
||||||
|
|
||||||
|
# remove the const overload of GetSelectedBitmap
|
||||||
|
c.find('GetSelectedBitmap').findOverload('', isConst=True).ignore()
|
||||||
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
tools.doCommonTweaks(module)
|
tools.doCommonTweaks(module)
|
||||||
|
|||||||
Reference in New Issue
Block a user