Lines Matching refs:ProgressBar
62 .. function:: ProgressBar([title[, maxval[, label[, id]]]])
65 :class:`ProgressBar` class described below. *title* is the text string displayed
153 ProgressBar Objects
156 :class:`ProgressBar` objects provide support for modeless progress-bar dialogs.
169 :class:`ProgressBar` object is discarded.
171 :class:`ProgressBar` objects possess the following attributes and methods:
174 .. attribute:: ProgressBar.curval
181 .. attribute:: ProgressBar.maxval
189 .. method:: ProgressBar.title([newstr])
194 .. method:: ProgressBar.label([newstr])
199 .. method:: ProgressBar.set(value[, max])
207 .. method:: ProgressBar.inc([n])