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 theCompositeTemplate
macro. - A trait for setting up template callbacks inside
class_init
. This trait is implemented automatically by thetemplate_callbacks
macro. - An extension trait for
ClassStruct
types to allow binding private template callbacks directly onself
. This is a convenience wrapper around theCompositeTemplateCallbacks
trait. - An extension trait for
ClassStruct
types to allow binding a composite template directly onself
. This is a convenience wrapper around theCompositeTemplate
trait. - An extension trait for
ClassStruct
types to allow binding the instance template callbacks directly onself
. This is a convenience wrapper around theCompositeTemplateCallbacks
trait.