Schedulator summary now predicts release dates based on your bounce goals,
[wvapps.git] / photoreider / prdirctrl.py
blob23ef870fffc7058f9770b204d0c8df91ddc16446
1 import wx
2 from prthing import *
4 class PrDirCtrl(PrThing, wx.GenericDirCtrl):
5 def __init__(self, parent, _filter="", ID=-1):
6 PrThing.__init__(self)
7 wx.GenericDirCtrl.__init__(self, parent, ID, filter=_filter, style=wx.SUNKEN_BORDER)