.. include:: headings.inc .. _DirFilterListCtrl: ========================================================================================================================================== |phoenix_title| **DirFilterListCtrl** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **DirFilterListCtrl** .. raw:: html

Inheritance diagram of DirFilterListCtrl

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~DirFilterListCtrl.__init__` :meth:`~DirFilterListCtrl.Create` :meth:`~DirFilterListCtrl.FillFilterList` :meth:`~DirFilterListCtrl.Init` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: DirFilterListCtrl(Choice) **Possible constructors**:: DirFilterListCtrl() DirFilterListCtrl(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0) .. method:: __init__(self, *args, **kw) |overload| **Overloaded Implementations**: **~~~** **__init__** `(self)` **~~~** **__init__** `(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0)` :param `parent`: :type `parent`: GenericDirCtrl :param `id`: :type `id`: int :param `pos`: :type `pos`: Point :param `size`: :type `size`: Size :param `style`: :type `style`: long **~~~** .. method:: Create(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0) :param `parent`: :type `parent`: GenericDirCtrl :param `id`: :type `id`: int :param `pos`: :type `pos`: Point :param `size`: :type `size`: Size :param `style`: :type `style`: long :rtype: `bool` .. method:: FillFilterList(self, filter, defaultFilter) :param `filter`: :type `filter`: string :param `defaultFilter`: :type `defaultFilter`: int .. method:: Init(self)