Home
last modified time | relevance | path

Searched refs:Progressbar (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/library/
Dttk.rst70 :class:`Notebook`, :class:`Progressbar`, :class:`Separator`,
557 Progressbar chapter
560 The :class:`ttk.Progressbar` widget shows the status of a long-running
602 ttk.Progressbar
605 .. class:: Progressbar
610 :meth:`Progressbar.step` every *interval* milliseconds. If omitted,
624 :meth:`Progressbar.start` for this progress bar.
/external/python/cpython2/Lib/lib-tk/
Dttk.py992 class Progressbar(Widget): class
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py866 return ttk.Progressbar(self.root, **kwargs)