mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 13:57:08 +01:00
Stub out MSWSetTabStops for now
This commit is contained in:
@@ -90,6 +90,17 @@ def run():
|
||||
#endif
|
||||
""")
|
||||
|
||||
c.find('MSWSetTabStops').ignore()
|
||||
c.addCppMethod('void', 'MSWSetTabStops', '(const wxArrayInt& tabStops)',
|
||||
doc="""\
|
||||
""",
|
||||
body="""\
|
||||
#ifdef __WXMSW__
|
||||
// TODO:
|
||||
//self->MSWSetTabStops(*tabStops);
|
||||
#endif
|
||||
""")
|
||||
|
||||
|
||||
tools.fixWindowClass(c)
|
||||
module.addGlobalStr('wxListBoxNameStr', c)
|
||||
|
||||
Reference in New Issue
Block a user