NAME

IUP::GridBox - [GUI element] container for composing elements in a regular grid

DESCRIPTION

XXX-TODO

DEFAULT NORMALIZE=BOTH EXPANDCHILDREN=YES

USAGE

CREATION - new() method

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

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

SEE ALSO

IUP::Canvas

The original doc: iupgridbox.html