NAME
DESCRIPTION
XXX-TODO
USAGE
CREATION - new() method
$mlist = IUP::Expander->new(XXX-TODO);
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
Unfortunately there are no sample scripts using this element.
SEE ALSO
The original doc: iupexpander.html