10366:411df92e881f | 10460:3b34efa2857c |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 | 2 |
3 # Copyright (c) 2002 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> | 3 # Copyright (c) 2002 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing the Start Program dialog. | 7 Module implementing the Start Program dialog. |
8 """ | 8 """ |
63 scriptsList=None, | 63 scriptsList=None, |
64 ): | 64 ): |
65 """ | 65 """ |
66 Constructor | 66 Constructor |
67 | 67 |
68 @param caption the caption to be displayed | 68 @param caption caption to be displayed |
69 @type str | 69 @type str |
70 @param lastUsedVenvName name of the most recently used virtual | 70 @param lastUsedVenvName name of the most recently used virtual |
71 environment | 71 environment |
72 @type str | 72 @type str |
73 @param argvList history list of command line arguments | 73 @param argvList history list of command line arguments |