wx.DirFilterListCtrl¶
Class Hierarchy¶
Methods Summary¶
Class API¶
- class wx.DirFilterListCtrl(Choice)¶
Possible constructors:
DirFilterListCtrl() -> None DirFilterListCtrl(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0) -> None
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self)
- Return type:
None
__init__ (self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0)
- Parameters:
parent (wx.GenericDirCtrl)
id (wx.WindowID)
pos (wx.Point)
size (wx.Size)
style (long)
- Return type:
None
- Create(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0)¶
- Parameters:
parent (wx.GenericDirCtrl)
id (wx.WindowID)
pos (wx.Point)
size (wx.Size)
style (long)
- Return type:
bool
- FillFilterList(self, filter, defaultFilter)¶
- Parameters:
filter (string)
defaultFilter (int)
- Return type:
None
- Init(self)¶
- Return type:
None