]> git.saurik.com Git - wxWidgets.git/commit
Updated the analogclock.py module to the new analogclock package from
authorRobin Dunn <robin@alldunn.com>
Wed, 15 Mar 2006 23:17:54 +0000 (23:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 15 Mar 2006 23:17:54 +0000 (23:17 +0000)
commitcaeac82e4d649027472b6696513d632d4370f4d4
tree4d6d0ed3944c1df802ccac95c246cd4af3b06fdb
parent5f3c9dc69ccb2fe33c9efd3aece87e9d65162994
Updated the analogclock.py module to the new analogclock package from
E. A. Tacao.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
wxPython/demo/AnalogClock.py [new file with mode: 0644]
wxPython/demo/AnalogClockWindow.py [deleted file]
wxPython/wx/lib/analogclock.py [deleted file]
wxPython/wx/lib/analogclock/__init__.py [new file with mode: 0644]
wxPython/wx/lib/analogclock/analogclock.py [new file with mode: 0644]
wxPython/wx/lib/analogclock/helpers.py [new file with mode: 0644]
wxPython/wx/lib/analogclock/lib_setup/__init__.py [new file with mode: 0644]
wxPython/wx/lib/analogclock/lib_setup/buttontreectrlpanel.py [new file with mode: 0644]
wxPython/wx/lib/analogclock/lib_setup/colourselect.py [new file with mode: 0644]
wxPython/wx/lib/analogclock/lib_setup/fontselect.py [new file with mode: 0644]
wxPython/wx/lib/analogclock/setup.py [new file with mode: 0644]
wxPython/wx/lib/analogclock/styles.py [new file with mode: 0644]
wxPython/wx/lib/analogclockopts.py [deleted file]