NAME

IUP::MatrixList - [GUI element] displays a list of items with labels, images/icons, color boxes and check boxes

DESCRIPTION

XXX-TODO

USAGE

CREATION - new() method

$mlist = IUP::MatrixList->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:

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::MatrixList is used in the following sample scripts:

SEE ALSO

IUP::Canvas

The original doc: iupmatrixlist.html