]> git.saurik.com Git - wxWidgets.git/commit - wxPython/contrib/ogl/oglbasic.cpp
Changed the name of export.h to wxPython.h so it wouldn't be so
authorRobin Dunn <robin@alldunn.com>
Thu, 2 May 2002 02:46:14 +0000 (02:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 2 May 2002 02:46:14 +0000 (02:46 +0000)
commit6e2129f90f06ac57918023898392a8f3020b2a22
treee85a2adb64835a2cae0745ceacc906e640932c8c
parent5a32e18214d39968e22bd46ade02bd2bcb29458d
Changed the name of export.h to wxPython.h so it wouldn't be so
generic.  This is the header that should be included by 3rd party
stuff that is embedding wxPython or making a new wxPython extension
module.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
33 files changed:
wxPython/contrib/dllwidget/dllwidget_.cpp
wxPython/contrib/dllwidget/dllwidget_.i
wxPython/contrib/gizmos/gizmos.cpp
wxPython/contrib/gizmos/gizmos.i
wxPython/contrib/glcanvas/glcanvas.i
wxPython/contrib/glcanvas/msw/glcanvas.cpp
wxPython/contrib/ogl/ogl.cpp
wxPython/contrib/ogl/ogl.i
wxPython/contrib/ogl/oglbasic.cpp
wxPython/contrib/ogl/oglbasic.i
wxPython/contrib/ogl/oglcanvas.cpp
wxPython/contrib/ogl/oglcanvas.i
wxPython/contrib/ogl/oglshapes.cpp
wxPython/contrib/ogl/oglshapes.i
wxPython/contrib/ogl/oglshapes2.cpp
wxPython/contrib/ogl/oglshapes2.i
wxPython/contrib/stc/msw/stc_.cpp
wxPython/contrib/stc/stc_.i
wxPython/contrib/xrc/xrc.cpp
wxPython/contrib/xrc/xrc.i
wxPython/src/calendar.i
wxPython/src/export.h [deleted file]
wxPython/src/grid.i
wxPython/src/help.i
wxPython/src/html.i
wxPython/src/htmlhelp.i
wxPython/src/msw/calendar.cpp
wxPython/src/msw/grid.cpp
wxPython/src/msw/help.cpp
wxPython/src/msw/html.cpp
wxPython/src/msw/htmlhelp.cpp
wxPython/src/msw/wx.cpp
wxPython/src/wxPython.h [new file with mode: 0644]