mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
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:
@@ -1,6 +1,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/accel.py
|
||||
# Author: Kevin Ollivier
|
||||
# Robin Dunn
|
||||
#
|
||||
# Created: 06-Sept-2011
|
||||
# Copyright: (c) 2011 by Wide Open Technologies
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/bitmap.py
|
||||
# Author: Kevin Ollivier
|
||||
# Robin Dunn
|
||||
#
|
||||
# Created: 25-Aug-2011
|
||||
# Copyright: (c) 2011 by Wide Open Technologies
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/checklst.py
|
||||
# Author: Kevin Ollivier
|
||||
# Robin Dunn
|
||||
#
|
||||
# Created: 06-Sept-2011
|
||||
# Copyright: (c) 2011 by Kevin Ollivier
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/cmndata.py
|
||||
# Author: Kevin Ollivier
|
||||
# Robin Dunn
|
||||
#
|
||||
# Created: 15-Sept-2011
|
||||
# Copyright: (c) 2011 by Total Control Software
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/combobox.py
|
||||
# Author: Kevin Ollivier
|
||||
# Robin Dunn
|
||||
#
|
||||
# Created: 09-Sept-2011
|
||||
# Copyright: (c) 2011 by Kevin Ollivier
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/config.py
|
||||
# Author: Kevin Ollivier
|
||||
# Robin Dunn
|
||||
#
|
||||
# Created: 10-Sept-2011
|
||||
# Copyright: (c) 2011 by Kevin Ollivier
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/cursor.py
|
||||
# Author: Kevin Ollivier
|
||||
# Robin Dunn
|
||||
#
|
||||
# Created: 06-Sept-2011
|
||||
# Copyright: (c) 2011 by Wide Open Technologies
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/filedlg.py
|
||||
# Author: Kevin Ollivier
|
||||
# Robin Dunn
|
||||
#
|
||||
# Created: 10-Sept-2011
|
||||
# Copyright: (c) 2011 by Kevin Ollivier
|
||||
|
||||
Reference in New Issue
Block a user