]> git.saurik.com Git - wxWidgets.git/commit - wxPython/contrib/gizmos/gizmos.cpp
Added wxLEDNumberCtrl to gizmos and wxPython
authorRobin Dunn <robin@alldunn.com>
Fri, 7 Dec 2001 18:45:16 +0000 (18:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 7 Dec 2001 18:45:16 +0000 (18:45 +0000)
commit950e7faf4a09c484409657cf17bae9b90d321475
tree916f6da5bd9995195b6c75b7015619d5797fd7ed
parent91bdd96210274248b137b409aaf8aa92cdc12fa5
Added wxLEDNumberCtrl to gizmos and wxPython

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
contrib/include/wx/gizmos/ledctrl.h [new file with mode: 0644]
contrib/src/gizmos/GizmosVC.dsp
contrib/src/gizmos/Makefile.in
contrib/src/gizmos/ledctrl.cpp [new file with mode: 0644]
contrib/src/gizmos/makefile.b32
contrib/src/gizmos/makefile.bcc
contrib/src/gizmos/makefile.g95
contrib/src/gizmos/makefile.vc
contrib/src/gizmos/makefile.wat
wxPython/contrib/gizmos/gizmos.cpp
wxPython/contrib/gizmos/gizmos.i
wxPython/contrib/gizmos/gizmos.py
wxPython/demo/Main.py
wxPython/demo/wxLEDNumberCtrl.py [new file with mode: 0644]
wxPython/setup.py