Expand description
Traits intended for subclassing Widget.
Structs
Traits
- A trait for setting up template children insideclass_init. This trait is implemented automatically by theCompositeTemplatemacro.
- A trait for setting up template callbacks insideclass_init. This trait is implemented automatically by thetemplate_callbacksmacro.
- An extension trait forClassStructtypes to allow binding private template callbacks directly onself. This is a convenience wrapper around theCompositeTemplateCallbackstrait.
- An extension trait forClassStructtypes to allow binding a composite template directly onself. This is a convenience wrapper around theCompositeTemplatetrait.
- An extension trait forClassStructtypes to allow binding the instance template callbacks directly onself. This is a convenience wrapper around theCompositeTemplateCallbackstrait.