]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wxPython/gizmos.py
Use "wxCheckListBox" instead of the deprecated "wxCheckList"
[wxWidgets.git] / wxPython / wxPython / gizmos.py
CommitLineData
d14a1e28
RD
1## This file reverse renames symbols in the wx package to give
2## them their wx prefix again, for backwards compatibility.
3##
4## Generated by ./distrib/build_renamers.py
5
6# This silly stuff here is so the wxPython.wx module doesn't conflict
7# with the wx package. We need to import modules from the wx package
8# here, then we'll put the wxPython.wx entry back in sys.modules.
9import sys
10_wx = None
11if sys.modules.has_key('wxPython.wx'):
12 _wx = sys.modules['wxPython.wx']
13 del sys.modules['wxPython.wx']
14
15import wx.gizmos
16
17sys.modules['wxPython.wx'] = _wx
18del sys, _wx
19
20
21# Now assign all the reverse-renamed names:
b2dc1044
RD
22wxDynamicSashNameStr = wx.gizmos.DynamicSashNameStr
23wxEditableListBoxNameStr = wx.gizmos.EditableListBoxNameStr
24wxTreeListCtrlNameStr = wx.gizmos.TreeListCtrlNameStr
d14a1e28
RD
25wxEVT_DYNAMIC_SASH_SPLIT = wx.gizmos.wxEVT_DYNAMIC_SASH_SPLIT
26wxEVT_DYNAMIC_SASH_UNIFY = wx.gizmos.wxEVT_DYNAMIC_SASH_UNIFY
27wxDS_MANAGE_SCROLLBARS = wx.gizmos.DS_MANAGE_SCROLLBARS
28wxDS_DRAG_CORNER = wx.gizmos.DS_DRAG_CORNER
29wxDynamicSashSplitEvent = wx.gizmos.DynamicSashSplitEvent
423af76e 30wxDynamicSashSplitEventPtr = wx.gizmos.DynamicSashSplitEventPtr
d14a1e28 31wxDynamicSashUnifyEvent = wx.gizmos.DynamicSashUnifyEvent
423af76e 32wxDynamicSashUnifyEventPtr = wx.gizmos.DynamicSashUnifyEventPtr
d14a1e28 33wxDynamicSashWindow = wx.gizmos.DynamicSashWindow
423af76e 34wxDynamicSashWindowPtr = wx.gizmos.DynamicSashWindowPtr
bf5ff0c3 35wxPreDynamicSashWindow = wx.gizmos.PreDynamicSashWindow
d14a1e28
RD
36wxEL_ALLOW_NEW = wx.gizmos.EL_ALLOW_NEW
37wxEL_ALLOW_EDIT = wx.gizmos.EL_ALLOW_EDIT
38wxEL_ALLOW_DELETE = wx.gizmos.EL_ALLOW_DELETE
39wxEditableListBox = wx.gizmos.EditableListBox
423af76e 40wxEditableListBoxPtr = wx.gizmos.EditableListBoxPtr
d14a1e28 41wxRemotelyScrolledTreeCtrl = wx.gizmos.RemotelyScrolledTreeCtrl
423af76e 42wxRemotelyScrolledTreeCtrlPtr = wx.gizmos.RemotelyScrolledTreeCtrlPtr
d14a1e28 43wxTreeCompanionWindow = wx.gizmos.TreeCompanionWindow
423af76e 44wxTreeCompanionWindowPtr = wx.gizmos.TreeCompanionWindowPtr
d14a1e28 45wxThinSplitterWindow = wx.gizmos.ThinSplitterWindow
423af76e 46wxThinSplitterWindowPtr = wx.gizmos.ThinSplitterWindowPtr
d14a1e28 47wxSplitterScrolledWindow = wx.gizmos.SplitterScrolledWindow
423af76e 48wxSplitterScrolledWindowPtr = wx.gizmos.SplitterScrolledWindowPtr
d14a1e28
RD
49wxLED_ALIGN_LEFT = wx.gizmos.LED_ALIGN_LEFT
50wxLED_ALIGN_RIGHT = wx.gizmos.LED_ALIGN_RIGHT
51wxLED_ALIGN_CENTER = wx.gizmos.LED_ALIGN_CENTER
52wxLED_ALIGN_MASK = wx.gizmos.LED_ALIGN_MASK
53wxLED_DRAW_FADED = wx.gizmos.LED_DRAW_FADED
d14a1e28 54wxLEDNumberCtrl = wx.gizmos.LEDNumberCtrl
423af76e 55wxLEDNumberCtrlPtr = wx.gizmos.LEDNumberCtrlPtr
bf5ff0c3 56wxPreLEDNumberCtrl = wx.gizmos.PreLEDNumberCtrl
d14a1e28
RD
57wxTL_ALIGN_LEFT = wx.gizmos.TL_ALIGN_LEFT
58wxTL_ALIGN_RIGHT = wx.gizmos.TL_ALIGN_RIGHT
59wxTL_ALIGN_CENTER = wx.gizmos.TL_ALIGN_CENTER
60wxTREE_HITTEST_ONITEMCOLUMN = wx.gizmos.TREE_HITTEST_ONITEMCOLUMN
61wxTreeListColumnInfo = wx.gizmos.TreeListColumnInfo
423af76e 62wxTreeListColumnInfoPtr = wx.gizmos.TreeListColumnInfoPtr
d14a1e28 63wxTreeListCtrl = wx.gizmos.TreeListCtrl
423af76e 64wxTreeListCtrlPtr = wx.gizmos.TreeListCtrlPtr
bf5ff0c3 65wxPreTreeListCtrl = wx.gizmos.PreTreeListCtrl
d14a1e28
RD
66
67
68d = globals()
69for k, v in wx.gizmos.__dict__.iteritems():
70 if k.startswith('EVT'):
71 d[k] = v
72del d, k, v
73
74
75