mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Expose some protected methods in wxBitmapBundleImpl
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user