mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Port the LEDNumberCtrl from wxCode/gizmos in Classic
This commit is contained in:
14
src/gizmos.py
Normal file
14
src/gizmos.py
Normal 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 *
|
||||
|
||||
Reference in New Issue
Block a user