16.1 Overview

A gauge object is a nice looking display element useful for some kind of progress display. It is often used together with Scale class to create nice progress bars.

Here is an example XML declaration:

 
<vgroup>
   <gauge horiz="true" infotext="...%ld %% completed..."/>
   <scale/>
</vgroup>


Show TOC