From 599a5bfcc122b2fe9cb11eb799f8134c4f26bbbe Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 17 Sep 2011 19:09:42 +0000 Subject: [PATCH] fix file header text git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/combobox.py | 3 ++- etg/ctrlsub.py | 3 ++- etg/dirdlg.py | 2 +- etg/gauge.py | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/etg/combobox.py b/etg/combobox.py index 683aefa4..88e304e8 100644 --- a/etg/combobox.py +++ b/etg/combobox.py @@ -1,5 +1,5 @@ #--------------------------------------------------------------------------- -# Name: etg/choice.py +# Name: etg/combobox.py # Author: Kevin Ollivier # # Created: 09-Sept-2011 @@ -40,6 +40,7 @@ def run(): c.find('Create').findOverload('wxArrayString').find('choices').default = 'wxArrayString()' c.find('Create').findOverload('wxArrayString').find('value').default = 'wxEmptyString' + # TODO: Why are these being ignored? c.find('GetSelection').overloads = [] c.find('SetSelection').overloads = [] c.find('IsEmpty').ignore() diff --git a/etg/ctrlsub.py b/etg/ctrlsub.py index a7c44c8f..fdcc30a4 100644 --- a/etg/ctrlsub.py +++ b/etg/ctrlsub.py @@ -1,5 +1,5 @@ #--------------------------------------------------------------------------- -# Name: etg/strlsub.py +# Name: etg/ctrlsub.py # Author: Robin Dunn # # Created: 2-Sept-2011 @@ -73,6 +73,7 @@ def run(): c.find('Append').findOverload('clientData').find('clientData').transfer = True c.find('Insert').findOverload('clientData').find('clientData').transfer = True + # for compatibility, should they be deprecated? c.addPyMethod('AppendItems', '(self, items)', 'self.Append(items)') c.addPyMethod('GetItems', '(self)', 'return self.GetStrings()') c.addPyMethod('SetItems', '(self, items)', 'self.Set(items)') diff --git a/etg/dirdlg.py b/etg/dirdlg.py index 35fea721..5cb95fc2 100644 --- a/etg/dirdlg.py +++ b/etg/dirdlg.py @@ -1,5 +1,5 @@ #--------------------------------------------------------------------------- -# Name: etg/choice.py +# Name: etg/dirdlg.py # Author: Kevin Ollivier # # Created: 10-Sept-2011 diff --git a/etg/gauge.py b/etg/gauge.py index 11cfe8b3..c40f7dcf 100644 --- a/etg/gauge.py +++ b/etg/gauge.py @@ -1,5 +1,5 @@ #--------------------------------------------------------------------------- -# Name: etg/choice.py +# Name: etg/gauge.py # Author: Kevin Ollivier # # Created: 10-Sept-2011