Supports saving/restoring selected items and column sizes in ListCtrl
.
This class handles the following wxPython widgets:
ListCtrl
(only for column sizes. For selected items see ListBoxHandler
);ListView
(only for column sizes. For selected items see ListBoxHandler
).ListCtrlHandler
(ListBoxHandler)¶Supports saving/restoring selected items and column sizes in ListCtrl
.
This class handles the following wxPython widgets:
ListCtrl
(only for column sizes. For selected items see ListBoxHandler
);ListView
(only for column sizes. For selected items see ListBoxHandler
).__init__
(self, pObject)¶GetKind
(self)¶Restore
(self)¶Save
(self)¶