mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-21 19:27:10 +01:00
Add missing GetMax* methods
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
import etgtools
|
||||
import etgtools.tweaker_tools as tools
|
||||
from etgtools import MethodDef
|
||||
|
||||
PACKAGE = "wx"
|
||||
MODULE = "_adv"
|
||||
@@ -96,6 +97,9 @@ def run():
|
||||
assert isinstance(c, etgtools.ClassDef)
|
||||
c.mustHaveApp()
|
||||
|
||||
c.addItem(MethodDef(name='GetMaxButtons', type='int', isConst=True))
|
||||
c.addItem(MethodDef(name='GetMaxAxes', type='int', isConst=True))
|
||||
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
tools.doCommonTweaks(module)
|
||||
|
||||
Reference in New Issue
Block a user