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