.. 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() -> None
DirFilterListCtrl(parent : GenericDirCtrl, id: int=ID_ANY, pos:
Point=DefaultPosition, size: Size=DefaultSize, style: int=0) -> None
.. method:: __init__(self, *args, **kw)
|overload| **Overloaded Implementations:**
:html:`
`
**__init__** `(self)`
:rtype: `None`
:html:`
`
**__init__** `(self, parent : GenericDirCtrl, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=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: `None`
:html:`
`
.. method:: Create(self, parent : GenericDirCtrl, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=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 : str, defaultFilter : int)
:param `filter`:
:type `filter`: string
:param `defaultFilter`:
:type `defaultFilter`: int
:rtype: `None`
.. method:: Init(self)
:rtype: `None`