NAME
IUP::Gauge - [GUI element] shows a percent value that can be updated to simulate a progression
DESCRIPTION
XXX-TODO
USAGE
CREATION - new() method
$mlist = IUP::Gauge->new( 1=>"line 1", 2=>"line 2", 3=>"line 3" );
Returns: the identifier of the created element, or undef
if an error occurs.
NOTE: You can pass to new()
other ATTRIBUTE=>'value'
or CALLBACKNAME=>\&func
pairs relevant to this element - see IUP::Manual::02_Elements.
ATTRIBUTES
For more info about concept of attributes (setting/getting values etc.) see IUP::Manual::03_Attributes. Attributes specific to this element:
- "1"
-
First item in the list.
- "2"
-
Second item in the list.
- "3"
-
Third item in the list.
- "<n>"
-
n-th item in the list.
- ADDLIN
-
XXX-TODO
The following common attributes are also accepted:
ACTIVE, EXPAND, FONT, SCREENPOSITION, POSITION, MINSIZE, MAXSIZE, WID, TIP, SIZE, RASTERSIZE, ZORDER, VISIBLE
CALLBACKS
For more info about concept of callbacks (setting callback handlers etc.) see IUP::Manual::04_Callbacks. Callbacks specific to this element:
- IMAGEVALUECHANGED_CB
-
XXX-TODO
EXAMPLES
The element IUP::Gauge is used in the following sample scripts:
0-basic/gauge.pl - IUP::Gauge example
SEE ALSO
The original doc: iupgauge.html