fake_wx.py
changeset 3549 0af7b6a96c53
parent 3501 fa291393aac7
child 3752 9f6f46dbe3ae
--- a/fake_wx.py	Sun Jul 17 18:07:46 2022 +0200
+++ b/fake_wx.py	Sun Jul 17 18:17:43 2022 +0200
@@ -68,15 +68,17 @@
     ('wx',[
         'Panel', 'PyCommandEvent', 'Dialog', 'PopupWindow', 'TextEntryDialog',
         'Notebook', 'ListCtrl', 'TextDropTarget', 'PyControl', 'TextCtrl', 
-        'SplitterWindow', 'Frame', 'Printout', 'StaticBitmap',
+        'SplitterWindow', 'Frame', 'Printout', 'StaticBitmap', 'DropTarget',
         ('GetTranslation', get_translation)]),
     ('wx.lib.agw.advancedsplash',[]),
+    ('wx.dataview',['DataViewIndexListModel', 'PyDataViewIndexListModel']),
     ('wx.lib.buttons',['GenBitmapTextButton']),
     ('wx.adv',['EditableListBox']),
     ('wx.grid',[
         'Grid', 'PyGridTableBase', 'GridCellEditor', 'GridCellTextEditor',
         'GridCellChoiceEditor']),
     ('wx.lib.agw.customtreectrl',['CustomTreeCtrl']),
+    ('wx.lib.gizmos',[]),
     ('wx.lib.intctrl',['IntCtrl']),
     ('matplotlib.pyplot',[]),
     ('matplotlib.backends.backend_wxagg',['FigureCanvasWxAgg']),