AGW Logo

agw_title CheckListBoxHandler

Supports saving/restoring checked and selected items in wx.CheckListBox.

This class handles the following wxPython widgets:

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

hierarchy Inheritance Diagram

Inheritance diagram for: CheckListBoxHandler

Inheritance diagram of CheckListBoxHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class CheckListBoxHandler(ListBoxHandler)[source]

Supports saving/restoring checked and selected items in wx.CheckListBox.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

CheckBoxHandler

Next topic

ChoiceComboHandler