AGW Logo

agw_title ListCtrlHandler

Supports saving/restoring selected items and column sizes in wx.ListCtrl.

This class handles the following wxPython widgets:

  • wx.ListCtrl (only for column sizes. For selected items see ListBoxHandler);
  • wx.ListView (only for column sizes. For selected items see ListBoxHandler).

hierarchy Inheritance Diagram

Inheritance diagram for: ListCtrlHandler

Inheritance diagram of ListCtrlHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class ListCtrlHandler(ListBoxHandler)[source]

Supports saving/restoring selected items and column sizes in wx.ListCtrl.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

ListBoxHandler

Next topic

MediaCtrlHandler