Port the LEDNumberCtrl from wxCode/gizmos in Classic

This commit is contained in:
Robin Dunn
2017-10-27 17:21:59 -07:00
parent 0fb1ce987a
commit 17643e9cd1
6 changed files with 307 additions and 5 deletions

14
src/gizmos.py Normal file
View File

@@ -0,0 +1,14 @@
#---------------------------------------------------------------------------
# Name: wx/gizmos.py
# Author: Robin Dunn
#
# Created: 27-Oct-2017
# Copyright: (c) 2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
# This is just a compatibility shim to make the gizmos classes usable from
# wx.gizmos like in Classic. They're actually in wx.lib.gizmos now.
from wx.lib.gizmos import *