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