Tank Pointer Style

Overview

Tank Pointer imitates a barrel filled with some liquid. This type of gauge is very attractive and simply-adjusted, as it has almost the same attributes as Bar Pointer.

Available Settings

Full XML List:

XML Syntax
Plain code
01 <tank_pointer_style width="" color="">
02   <states>
03     <normal />
04     <hover />
05     <pushed />
06     <selected_normal />
07     <selected_hover />
08   </states>
09 </tank_pointer_style>

Description

Tank Pointer style is avaiable only in linear gauges so the list of settings is quite short. They are width, color.

to top

States Supported

This style supports the following states: normal, hover, pushed, selected_normal, selected_hover.

to top