Trait gtk4::prelude::GtkParamSpecExt[][src]

pub trait GtkParamSpecExt {
    fn new_expression(
        name: &str,
        nick: &str,
        blurb: &str,
        flags: ParamFlags
    ) -> Self; }
Expand description

Register Expression’s ParamSpec support

Required methods

Implementations on Foreign Types

Implementors