FLOATING (non inheritable) (since 3.0)

If an element has FLOATING=YES then its size and position will be ignored by the layout processing in IupVbox, IupHbox and IupZbox.

This is usefull when you do not want that an invisible element to be computed in the box size. But if the element is visible it must be manually sized and positioned using SIZE/RASTERSIZE and POSITION attributes. Default: "NO". (since 3.0)

Value

"YES" or "NO".

Default: "NO".

Affects

All elements, except menus.

See Also

IupZbox, IupVBox, IupHBox