mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Add classes that have been added to existing interface headers
This commit is contained in:
@@ -23,6 +23,7 @@ ITEMS = [ "wxTextAttrDimension",
|
||||
"wxTextAttrDimensionConverter",
|
||||
"wxTextAttrBorder",
|
||||
"wxTextAttrBorders",
|
||||
"wxTextAttrShadow",
|
||||
"wxTextBoxAttr",
|
||||
"wxRichTextAttr",
|
||||
"wxRichTextProperties",
|
||||
@@ -134,6 +135,11 @@ def run():
|
||||
c.addCppMethod('int', '__nonzero__', '()', "return self->IsValid();")
|
||||
|
||||
|
||||
#-------------------------------------------------------
|
||||
c = module.find('wxTextAttrShadow')
|
||||
tools.ignoreConstOverloads(c)
|
||||
|
||||
|
||||
#-------------------------------------------------------
|
||||
c = module.find('wxTextBoxAttr')
|
||||
tools.ignoreConstOverloads(c)
|
||||
|
||||
Reference in New Issue
Block a user