Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.ListCtrlHandler

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).

class_hierarchy Class Hierarchy

Inheritance diagram for class ListCtrlHandler:


method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class 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).

Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)