X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/950e7faf4a09c484409657cf17bae9b90d321475..a81c3c2383f9096ef5e96b708a0f1c1ffe7cc6a8:/wxPython/contrib/gizmos/gizmos.py diff --git a/wxPython/contrib/gizmos/gizmos.py b/wxPython/contrib/gizmos/gizmos.py index 6396acd114..7aef9baf01 100644 --- a/wxPython/contrib/gizmos/gizmos.py +++ b/wxPython/contrib/gizmos/gizmos.py @@ -9,6 +9,8 @@ from windows import * from gdi import * +from fonts import * + from clip_dnd import * from events import * @@ -272,6 +274,9 @@ wxEVT_DYNAMIC_SASH_SPLIT = gizmosc.wxEVT_DYNAMIC_SASH_SPLIT wxEVT_DYNAMIC_SASH_UNIFY = gizmosc.wxEVT_DYNAMIC_SASH_UNIFY wxDS_MANAGE_SCROLLBARS = gizmosc.wxDS_MANAGE_SCROLLBARS wxDS_DRAG_CORNER = gizmosc.wxDS_DRAG_CORNER +wxEL_ALLOW_NEW = gizmosc.wxEL_ALLOW_NEW +wxEL_ALLOW_EDIT = gizmosc.wxEL_ALLOW_EDIT +wxEL_ALLOW_DELETE = gizmosc.wxEL_ALLOW_DELETE wxLED_ALIGN_LEFT = gizmosc.wxLED_ALIGN_LEFT wxLED_ALIGN_RIGHT = gizmosc.wxLED_ALIGN_RIGHT wxLED_ALIGN_CENTER = gizmosc.wxLED_ALIGN_CENTER