List of all members.
DirectWaitBar - A DirectWidget that shows progress completed towards a task.
None
Reimplemented from DirectFrame.
10
Fill the bar in N frames. This call is blocking.
Returns the percentage complete.
Updates the bar's border width, which you can set using bar['barBorderWidth'].
Updates the bar color, which you can set using bar['barColor'].
Updates the bar relief, which you can set using bar['barRelief'].
Updates the bar texture, which you can set using bar['barTexture'].
Updates the bar range which you can set using bar['range']. This is the value at which the WaitBar indicates 100%.
Updates the bar value which you can set using bar['value']. The value should range between 0 and bar['range'].
Updates the bar with the given value and renders a frame.