Crate gtk4_macros

Source
Expand description

§GTK 4 Macros

The crate aims to provide useful macros to use with the GTK 4 Rust bindings.

Attribute Macros§

template_callbacks
Attribute macro for creating template callbacks from Rust methods.
test
Attribute macro for declaring GTK tests.

Derive Macros§

CompositeTemplate
Derive macro for using a composite template in a widget.