]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Dean Draayer: support for indeterminate progress bars. You
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Aug 2001 15:24:07 +0000 (15:24 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Aug 2001 15:24:07 +0000 (15:24 +0000)
commit911e87de6f283e2326422c6746dd296511368a76
tree14965e66895164dd270b80054f6edfdea1b28654
parente259e5980c0a0889024ee99e4879a80fa8cd2086
Patch by Dean Draayer: support for indeterminate progress bars. You
get these by specifying maxval=0, which is now also the default.

Untested.
Mac/Lib/EasyDialogs.py