print a warning before starting the program and allows to chang the
working directory
|
__init__(self,
directory,
window=' dialog-warning ' ) |
source code
|
|
|
continu(self,
*args)
just destroy the window and goes on .... |
source code
|
|
|
destroy(self,
*args)
destroy clicked by user -> quit the program |
source code
|
|
|
filer(self,
*args)
Launch the filer GUI to choose the root directory |
source code
|
|
|
filerselect(self,
*args)
Close the filer GUI and update the data |
source code
|
|
|
filerdestroy(self,
*args)
Close the filer GUI |
source code
|
|