Module panoramix::elements[][src]

GUI elements that can be built in a component.

Modules

any_element
backend
element_tuple

Structs

Button

A button with a text label.

ButtonClick

Event emitted when a Button is clicked.

Checkbox

A checkbox with a text label.

ElementList

A list of elements of the same type.

EmptyElement

A placeholder element.

Flex
Label

A text label.

TextBox

A text-editing box.

TextChanged

Event emitted when text is entered or edited in a TextBox.

Toggled

Event emitted when a Checkbox is clicked.

Traits

Component