39.1 Overview

Progressbar class derives from Area class and creates a widget which visualizes tasks or processes that take some time to complete. Usually, the rest of the application is blocked while a progress bar is being shown.

Here is an example XML declaration of a progress bar in RapaGUI:

 
<progressbar/>


Show TOC