Ignore:
Timestamp:
Feb 3, 2021 11:13:40 AM (2 years ago)
Author:
toby
Message:

work on docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4797 r4798  
    162162                return object
    163163            return Placeholder([])
    164     listmix = Placeholder()
    165     listmix.ListCtrlAutoWidthMixin = Placeholder()
    166     listmix.ColumnSorterMixin = Placeholder()
     164    listmix = Placeholder(['ListCtrlAutoWidthMixin','ColumnSorterMixin'])
    167165    class _(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ColumnSorterMixin): pass
    168 
    169166       
    170167import time
Note: See TracChangeset for help on using the changeset viewer.