More lib and demo changes for dropping the wx prefix, from Jeff G.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,7 +12,7 @@ EVT_GRID_ROW_MOVE = wx.lib.gridmovers.EVT_GRID_ROW_MOVE
|
||||
RowDragWindow = wx.lib.gridmovers.RowDragWindow
|
||||
_ColToRect = wx.lib.gridmovers._ColToRect
|
||||
_RowToRect = wx.lib.gridmovers._RowToRect
|
||||
wxGridColMoveEvent = wx.lib.gridmovers.wxGridColMoveEvent
|
||||
wxGridColMover = wx.lib.gridmovers.wxGridColMover
|
||||
wxGridRowMoveEvent = wx.lib.gridmovers.wxGridRowMoveEvent
|
||||
wxGridRowMover = wx.lib.gridmovers.wxGridRowMover
|
||||
wxGridColMoveEvent = wx.lib.gridmovers.GridColMoveEvent
|
||||
wxGridColMover = wx.lib.gridmovers.GridColMover
|
||||
wxGridRowMoveEvent = wx.lib.gridmovers.GridRowMoveEvent
|
||||
wxGridRowMover = wx.lib.gridmovers.GridRowMover
|
||||
|
Reference in New Issue
Block a user