fix file header text

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-09-17 19:09:42 +00:00
parent 4e07201394
commit 599a5bfcc1
4 changed files with 6 additions and 4 deletions

View File

@@ -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()

View File

@@ -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)')

View File

@@ -1,5 +1,5 @@
#---------------------------------------------------------------------------
# Name: etg/choice.py
# Name: etg/dirdlg.py
# Author: Kevin Ollivier
#
# Created: 10-Sept-2011

View File

@@ -1,5 +1,5 @@
#---------------------------------------------------------------------------
# Name: etg/choice.py
# Name: etg/gauge.py
# Author: Kevin Ollivier
#
# Created: 10-Sept-2011