Public Member Functions | |
def | update |
Static Public Attributes | |
TIME_SENSITIVE = False | |
Static Private Attributes | |
tuple | __slots__ = () |
The base class for all widgets The ProgressBar will call the widget's update value when the widget should be updated. The widget's size may change between calls, but the widget may display incorrectly if the size changes drastically and repeatedly. The boolean TIME_SENSITIVE informs the ProgressBar that it should be updated more often because it is time sensitive.
Definition at line 17 of file progressbar.py.
def progressbar.Widget.update | ( | self, | |
pbar | |||
) |
Updates the widget. pbar - a reference to the calling ProgressBar
Definition at line 32 of file progressbar.py.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget.setZoom().
|
staticprivate |
Definition at line 29 of file progressbar.py.
|
static |
Definition at line 28 of file progressbar.py.