mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 12:30:07 +01:00
@@ -61,7 +61,7 @@ def run():
|
||||
c = module.find('wxHeaderCtrlSimple')
|
||||
tools.fixWindowClass(c)
|
||||
|
||||
# Uningnore the protected virtuals that are indended to be overridden in
|
||||
# Uningnore the protected virtuals that are intended to be overridden in
|
||||
# derived classes.
|
||||
c.find('GetBestFittingWidth').ignore(False)
|
||||
c.find('GetBestFittingWidth').isVirtual = True
|
||||
@@ -119,4 +119,3 @@ def run():
|
||||
#---------------------------------------------------------------------------
|
||||
if __name__ == '__main__':
|
||||
run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user