Add fixWindowClass

This commit is contained in:
Mesalu
2018-01-08 10:53:20 -08:00
committed by GitHub
parent 2adb4aa56e
commit f31d72eb0f

View File

@@ -95,7 +95,7 @@ def run():
etgtools.ParamDef(type = "long", name = "style", default = "0") ]),
etgtools.MethodDef(type = "bool", name = "IsDragging", classname = "wxAuiTabCtrl", isConst = True)
])
tools.fixWindowClass(c)
module.addItem(c)
#-----------------------------------------------------------------