.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.DirFilterListCtrl: ========================================================================================================================================== |phoenix_title| **wx.DirFilterListCtrl** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class DirFilterListCtrl:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.DirFilterListCtrl.__init__` :meth:`~wx.DirFilterListCtrl.Create` :meth:`~wx.DirFilterListCtrl.FillFilterList` :meth:`~wx.DirFilterListCtrl.Init` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.DirFilterListCtrl(Choice) **Possible constructors**:: DirFilterListCtrl() DirFilterListCtrl(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0) .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: :html:`

` **__init__** `(self)` :html:`

` **__init__** `(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0)` :param `parent`: :type `parent`: wx.GenericDirCtrl :param `id`: :type `id`: wx.WindowID :param `pos`: :type `pos`: wx.Point :param `size`: :type `size`: wx.Size :param `style`: :type `style`: long :html:`

` .. method:: Create(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0) :param `parent`: :type `parent`: wx.GenericDirCtrl :param `id`: :type `id`: wx.WindowID :param `pos`: :type `pos`: wx.Point :param `size`: :type `size`: wx.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)