IupFill

IUP - Portable User Interface

IupFill

Creates a Fill composition element, which dynamically occupies empty spaces.

Creation

Ihandle* IupFill(void); [in C]
iup.fill{} -> elem: ihandle [in Lua]
fill() [in LED]

This function returns the identifier of the created Fill/span>, or NULL if an error occurs.

Attributes

SIZE: Defines the width, if the Fill is inside a horizontal box, or the height, if it is inside a vertical box. Default: "0".

EXPAND: The default value is "YES", which fills every possible space.

Notes

This element is used to maintain the dialog's layout untouched after the user made size changes, and to align the interface elements.

Examples

Browse Example Files

iupfill.gif (3031 bytes)

See Also

IupHbox, IupVbox.