]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/mac/calendar.py
First pass at wxPython for Mac (darwin only so far). It
authorRobin Dunn <robin@alldunn.com>
Sat, 27 Oct 2001 00:08:14 +0000 (00:08 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 27 Oct 2001 00:08:14 +0000 (00:08 +0000)
commite6056257ab676ea10a51ef96e19b1f1092f95b40
treefe44d43ba7f417575ce7f054587bc7287519568b
parent35bf863b1c31c0f1679b214c1b9a742eba918c5e
First pass at wxPython for Mac (darwin only so far).  It
builds but doesn't run yet.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
64 files changed:
wxPython/b
wxPython/contrib/glcanvas/mac/glcanvas.cpp [new file with mode: 0644]
wxPython/contrib/glcanvas/mac/glcanvas.py [new file with mode: 0644]
wxPython/contrib/stc/stc_.cpp
wxPython/contrib/stc/stc_.py
wxPython/setup.py
wxPython/src/clip_dnd.i
wxPython/src/controls.i
wxPython/src/gdi.i
wxPython/src/mac/calendar.cpp [new file with mode: 0644]
wxPython/src/mac/calendar.py [new file with mode: 0644]
wxPython/src/mac/clip_dnd.cpp [new file with mode: 0644]
wxPython/src/mac/clip_dnd.py [new file with mode: 0644]
wxPython/src/mac/cmndlgs.cpp [new file with mode: 0644]
wxPython/src/mac/cmndlgs.py [new file with mode: 0644]
wxPython/src/mac/controls.cpp [new file with mode: 0644]
wxPython/src/mac/controls.py [new file with mode: 0644]
wxPython/src/mac/controls2.cpp [new file with mode: 0644]
wxPython/src/mac/controls2.py [new file with mode: 0644]
wxPython/src/mac/events.cpp [new file with mode: 0644]
wxPython/src/mac/events.py [new file with mode: 0644]
wxPython/src/mac/filesys.cpp [new file with mode: 0644]
wxPython/src/mac/filesys.py [new file with mode: 0644]
wxPython/src/mac/frames.cpp [new file with mode: 0644]
wxPython/src/mac/frames.py [new file with mode: 0644]
wxPython/src/mac/gdi.cpp [new file with mode: 0644]
wxPython/src/mac/gdi.py [new file with mode: 0644]
wxPython/src/mac/grid.cpp [new file with mode: 0644]
wxPython/src/mac/grid.py [new file with mode: 0644]
wxPython/src/mac/help.cpp [new file with mode: 0644]
wxPython/src/mac/help.py [new file with mode: 0644]
wxPython/src/mac/html.cpp [new file with mode: 0644]
wxPython/src/mac/html.py [new file with mode: 0644]
wxPython/src/mac/htmlhelp.cpp [new file with mode: 0644]
wxPython/src/mac/htmlhelp.py [new file with mode: 0644]
wxPython/src/mac/image.cpp [new file with mode: 0644]
wxPython/src/mac/image.py [new file with mode: 0644]
wxPython/src/mac/mdi.cpp [new file with mode: 0644]
wxPython/src/mac/mdi.py [new file with mode: 0644]
wxPython/src/mac/misc.cpp [new file with mode: 0644]
wxPython/src/mac/misc.py [new file with mode: 0644]
wxPython/src/mac/misc2.cpp [new file with mode: 0644]
wxPython/src/mac/misc2.py [new file with mode: 0644]
wxPython/src/mac/printfw.cpp [new file with mode: 0644]
wxPython/src/mac/printfw.py [new file with mode: 0644]
wxPython/src/mac/sizers.cpp [new file with mode: 0644]
wxPython/src/mac/sizers.py [new file with mode: 0644]
wxPython/src/mac/stattool.cpp [new file with mode: 0644]
wxPython/src/mac/stattool.py [new file with mode: 0644]
wxPython/src/mac/streams.cpp [new file with mode: 0644]
wxPython/src/mac/streams.py [new file with mode: 0644]
wxPython/src/mac/utils.cpp [new file with mode: 0644]
wxPython/src/mac/utils.py [new file with mode: 0644]
wxPython/src/mac/windows.cpp [new file with mode: 0644]
wxPython/src/mac/windows.py [new file with mode: 0644]
wxPython/src/mac/windows2.cpp [new file with mode: 0644]
wxPython/src/mac/windows2.py [new file with mode: 0644]
wxPython/src/mac/windows3.cpp [new file with mode: 0644]
wxPython/src/mac/windows3.py [new file with mode: 0644]
wxPython/src/mac/wx.cpp [new file with mode: 0644]
wxPython/src/mac/wx.py [new file with mode: 0644]
wxPython/src/misc2.i
wxPython/src/windows.i
wxPython/src/windows3.i