repo.or.cz
/
wvapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Schedulator summary now predicts release dates based on your bounce goals,
[wvapps.git]
/
photoreider
/
prdirctrl.py
blob
23ef870fffc7058f9770b204d0c8df91ddc16446
1
import
wx
2
from
prthing
import
*
3
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
)