Module canvas

Source
Expand description

Canvas widget allows its children to have an arbitrary position on an imaginable infinite plane, it also gives the children constraints of infinite size, which forces them to take all the desired size. See Canvas docs for more info and usage examples.

Structsยง

Canvas
Canvas widget allows its children to have an arbitrary position on an imaginable infinite plane, it also gives the children constraints of infinite size, which forces them to take all the desired size. This widget could be used when you need to have an ability to put widgets at arbitrary positions. Canvas widget is the root widget of the widget hierarchy used in fyrox-ui.
CanvasBuilder
Canvas builder creates new Canvas widget instances and adds them to the user interface.