Changeset 4798 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Feb 3, 2021 11:13:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4797 r4798 162 162 return object 163 163 return Placeholder([]) 164 listmix = Placeholder() 165 listmix.ListCtrlAutoWidthMixin = Placeholder() 166 listmix.ColumnSorterMixin = Placeholder() 164 listmix = Placeholder(['ListCtrlAutoWidthMixin','ColumnSorterMixin']) 167 165 class _(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ColumnSorterMixin): pass 168 169 166 170 167 import time
Note: See TracChangeset
for help on using the changeset viewer.