Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.CheckListBoxHandler

Supports saving/restoring checked and selected items in CheckListBox.

This class handles the following wxPython widgets:

  • CheckListBox (only for checked items. For selected items see ListBoxHandler).

class_hierarchy Class Hierarchy

Inheritance diagram for class CheckListBoxHandler:

method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class CheckListBoxHandler(ListBoxHandler)

Supports saving/restoring checked and selected items in CheckListBox.

This class handles the following wxPython widgets:

  • CheckListBox (only for checked items. For selected items see ListBoxHandler).

Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)