Add my name to etg scripts that I've significantly modified.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-11 00:41:53 +00:00
parent e2f4f745f0
commit 007a98d927
9 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/accel.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 06-Sept-2011
# Copyright: (c) 2011 by Wide Open Technologies

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/bitmap.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 25-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/checklst.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 06-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/cmndata.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 15-Sept-2011
# Copyright: (c) 2011 by Total Control Software

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/combobox.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 09-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/config.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/cursor.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 06-Sept-2011
# Copyright: (c) 2011 by Wide Open Technologies

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/stattext.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 26-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
@@ -166,7 +167,7 @@ def run():
_isErr = 1;
return NULL;
#endif""")
c.addCppMethod('long', 'GetGdkDrawable', '()', """\
c.addCppMethod('void*', 'GetGdkDrawable', '()', """\
#ifdef __WXGTK__
// TODO: Is this always non-null? if not then we can check
// GetSelectedBitmap and get the GdkPixmap from it, as that is a

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------------------------------
# Name: etg/filedlg.py
# Author: Kevin Ollivier
# Robin Dunn
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier