fake_wx.py
changeset 3549 0af7b6a96c53
parent 3501 fa291393aac7
child 3752 9f6f46dbe3ae
equal deleted inserted replaced
3548:da7b461f54b7 3549:0af7b6a96c53
    66     # list given for each module name contains name string for a FakeClass,
    66     # list given for each module name contains name string for a FakeClass,
    67     # otherwise a tuple (name, object) for arbitrary object/function/class
    67     # otherwise a tuple (name, object) for arbitrary object/function/class
    68     ('wx',[
    68     ('wx',[
    69         'Panel', 'PyCommandEvent', 'Dialog', 'PopupWindow', 'TextEntryDialog',
    69         'Panel', 'PyCommandEvent', 'Dialog', 'PopupWindow', 'TextEntryDialog',
    70         'Notebook', 'ListCtrl', 'TextDropTarget', 'PyControl', 'TextCtrl', 
    70         'Notebook', 'ListCtrl', 'TextDropTarget', 'PyControl', 'TextCtrl', 
    71         'SplitterWindow', 'Frame', 'Printout', 'StaticBitmap',
    71         'SplitterWindow', 'Frame', 'Printout', 'StaticBitmap', 'DropTarget',
    72         ('GetTranslation', get_translation)]),
    72         ('GetTranslation', get_translation)]),
    73     ('wx.lib.agw.advancedsplash',[]),
    73     ('wx.lib.agw.advancedsplash',[]),
       
    74     ('wx.dataview',['DataViewIndexListModel', 'PyDataViewIndexListModel']),
    74     ('wx.lib.buttons',['GenBitmapTextButton']),
    75     ('wx.lib.buttons',['GenBitmapTextButton']),
    75     ('wx.adv',['EditableListBox']),
    76     ('wx.adv',['EditableListBox']),
    76     ('wx.grid',[
    77     ('wx.grid',[
    77         'Grid', 'PyGridTableBase', 'GridCellEditor', 'GridCellTextEditor',
    78         'Grid', 'PyGridTableBase', 'GridCellEditor', 'GridCellTextEditor',
    78         'GridCellChoiceEditor']),
    79         'GridCellChoiceEditor']),
    79     ('wx.lib.agw.customtreectrl',['CustomTreeCtrl']),
    80     ('wx.lib.agw.customtreectrl',['CustomTreeCtrl']),
       
    81     ('wx.lib.gizmos',[]),
    80     ('wx.lib.intctrl',['IntCtrl']),
    82     ('wx.lib.intctrl',['IntCtrl']),
    81     ('matplotlib.pyplot',[]),
    83     ('matplotlib.pyplot',[]),
    82     ('matplotlib.backends.backend_wxagg',['FigureCanvasWxAgg']),
    84     ('matplotlib.backends.backend_wxagg',['FigureCanvasWxAgg']),
    83     ('wx.stc',['StyledTextCtrl']),
    85     ('wx.stc',['StyledTextCtrl']),
    84     ('wx.lib.scrolledpanel',[]),
    86     ('wx.lib.scrolledpanel',[]),