Added DirFilterListCtrl class.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -503,6 +503,19 @@ class GenericDirCtrl(Control):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class DirFilterListCtrl(Choice):
|
||||||
|
""""""
|
||||||
|
|
||||||
|
def __init__(self, parent, id=-1, pos=wx.DefaultPosition,
|
||||||
|
size=wx.DefaultSize, style=0):
|
||||||
|
""""""
|
||||||
|
pass
|
||||||
|
|
||||||
|
def FillFilterList(filter, defaultFilter):
|
||||||
|
""""""
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class ListBox(ControlWithItems):
|
class ListBox(ControlWithItems):
|
||||||
""""""
|
""""""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user