mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Add deprecated RichTextCtrl.GetDefaultStyle
This commit is contained in:
@@ -75,6 +75,9 @@ def run():
|
||||
|
||||
c.find('SetListStyle.def').name = 'styleDef'
|
||||
c.find('ApplyStyle.def').name = 'styleDef'
|
||||
|
||||
c.addPyMethod('GetDefaultStyle', '(self)', 'return self.GetDefaultStyleEx()',
|
||||
deprecated='Use GetDefaultStyleEx instead')
|
||||
|
||||
|
||||
# Make sure that all the methods from wxTextEntry are included. This is
|
||||
|
||||
Reference in New Issue
Block a user