mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 13:57:08 +01:00
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:
@@ -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()
|
||||
|
||||
@@ -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)')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/choice.py
|
||||
# Name: etg/dirdlg.py
|
||||
# Author: Kevin Ollivier
|
||||
#
|
||||
# Created: 10-Sept-2011
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/choice.py
|
||||
# Name: etg/gauge.py
|
||||
# Author: Kevin Ollivier
|
||||
#
|
||||
# Created: 10-Sept-2011
|
||||
|
||||
Reference in New Issue
Block a user