Expose some protected methods in wxBitmapBundleImpl

This commit is contained in:
Robin Dunn
2022-06-08 18:25:40 -07:00
parent ab5167bf0f
commit 9781f584cd

View File

@@ -95,6 +95,10 @@ def run():
m = MethodDef(name='~wxBitmapBundleImpl', isDtor=True, isVirtual=True, protection='protected')
c.addItem(m)
c.find('DoGetPreferredSize').ignore(False)
c.find('GetIndexToUpscale').ignore(False)
c.find('GetNextAvailableScale').ignore(False)
#-----------------------------------------------------------------
tools.doCommonTweaks(module)
tools.runGenerators(module)